|
dl
|
变量(大小严格控制) 更多...
#include <dl_script.h>
Public 成员函数 | |
| ScriptVar () | |
| void | FromInt (ScriptInt v) |
| void | FromFloat (ScriptFloat v) |
| void | FromOperator (ScriptOperator v) |
| ScriptInt | ToInt () const |
| ScriptFloat | ToFloat () const |
| ScriptOperator | ToOperator () const |
| ScriptVarType | GetType () const |
| std::string_view | GetTypeString () const |
| uint64_t | GetValue () const |
| uint64_t | GetIndex () const |
| ScriptIndexVS | GetSpaceIndex () const |
| void | SetValue (uint64_t v) |
| void | SetType (ScriptVarType type) |
| void | _set_space_index (ScriptIndexVS index) |
友元 | |
| class | ScriptVarSpace |
| bool | operator== (const ScriptVar &a, const ScriptVar &b) |
变量(大小严格控制)
在文件 dl_script.h 第 87 行定义.
|
inline |
在文件 dl_script.h 第 92 行定义.
|
inline |
在文件 dl_script.h 第 163 行定义.
|
inline |
在文件 dl_script.h 第 104 行定义.
|
inline |
在文件 dl_script.h 第 98 行定义.
|
inline |
在文件 dl_script.h 第 110 行定义.
|
inline |
在文件 dl_script.h 第 142 行定义.
|
inline |
在文件 dl_script.h 第 147 行定义.
|
inline |
在文件 dl_script.h 第 134 行定义.
| std::string_view dl::ScriptVar::GetTypeString | ( | ) | const |
|
inline |
在文件 dl_script.h 第 137 行定义.
|
inline |
在文件 dl_script.h 第 157 行定义.
|
inline |
在文件 dl_script.h 第 151 行定义.
|
inline |
在文件 dl_script.h 第 123 行定义.
|
inline |
在文件 dl_script.h 第 118 行定义.
|
inline |
在文件 dl_script.h 第 128 行定义.
在文件 dl_script.h 第 175 行定义.
|
friend |
在文件 dl_script.h 第 89 行定义.