|
dl
|
#include <dl_script_segment.h>
Public 类型 | |
| enum class | Type { SET_VARIABLE , CALL_FUNCTION } |
Public 属性 | |
| Type | _type |
| std::string | _varName |
| std::vector< Variable > | _vecParam |
在文件 dl_script_segment.h 第 21 行定义.
|
strong |
| 枚举值 | |
|---|---|
| SET_VARIABLE | |
| CALL_FUNCTION | |
在文件 dl_script_segment.h 第 23 行定义.
| Type dl::Script::Segment::_type |
在文件 dl_script_segment.h 第 28 行定义.
| std::string dl::Script::Segment::_varName |
在文件 dl_script_segment.h 第 29 行定义.
| std::vector<Variable> dl::Script::Segment::_vecParam |
在文件 dl_script_segment.h 第 30 行定义.