|
🛰️航天仿真算法库 SpaceAST 0.0.1
|
#include <VariableList.hpp>
Public 类型 | |
| using | ListType = std::vector<SharedPtr<Variable>> |
| using | iterator = ListType::iterator |
| using | const_iterator = ListType::const_iterator |
Public 成员函数 | |
| void | clear () |
| void | append (Variable *var) |
| size_t | size () const |
| iterator | begin () |
| iterator | end () |
| const_iterator | begin () const |
| const_iterator | end () const |
变量列表
用于存储脚本中的变量