|
🛰️航天仿真算法库 SpaceAST 0.0.1
|
#include <BKVBlock.hpp>
类 ast::BKVBlock 继承关系图:Public 属性 | |
| std::string | name_ |
| std::vector< std::unique_ptr< BKVNode > > | children_ |
Public 属性 继承自 ast::BKVNode | |
| EType | type_ |
额外继承的成员函数 | |
Public 类型 继承自 ast::BKVNode | |
| enum | EType { eBlock , eItem } |
Public 成员函数 继承自 ast::BKVNode | |
| BKVNode (EType type) | |
| EType | type () const |
键值对块节点(BlockKeyValueBlockNode)