🛰️航天仿真算法库 SpaceAST
0.0.1
载入中...
搜索中...
未找到
ExprCatVertical.hpp
浏览该文件的文档.
1
20
21
#pragma once
22
23
#include "AstGlobal.h"
24
#include "
ExprContainer.hpp
"
25
26
AST_NAMESPACE_BEGIN
27
33
class
ExprCatVertical
:
public
ExprContainer
34
{
35
public
:
36
AST_EXPR(
ExprCatVertical
)
37
38
using
ExprContainer::ExprContainer;
39
42
Value
* eval()
const override
;
43
47
std::string getExpression(
Object
*context)
const override
;
48
};
49
50
51
52
AST_NAMESPACE_END
ExprContainer.hpp
~
ast::ExprCatVertical
垂直拼接表达式 (换行或;分隔),例如[a; b; c]、[1; 2; 3]
定义
ExprCatVertical.hpp:34
ast::ExprContainer
表达式容器类
定义
ExprContainer.hpp:34
ast::Object
对象基类,继承自该类的对象可以使用运行时类型信息相关功能,实现强弱引用计数、运行时元信息(属性访问、序列化等)等基础功能
定义
Object.hpp:81
ast::Value
值对象基类
定义
Value.hpp:36
src
AstScript
Expression
ExprCatVertical.hpp
制作者
1.12.0