|
🛰️航天仿真算法库 SpaceAST 0.0.1
|
#include <Field.hpp>
类 ast::Field 继承关系图:Public 成员函数 | |
| Field (StringView name, StringView desc="") | |
| const std::string & | name () const |
| void | setName (StringView name) |
| const std::string & | desc () const |
| void | setDesc (StringView desc) |
Protected 属性 | |
| std::string | name_ |
| std::string | desc_ |
反射字段类
反射字段类,包含字段的名称、描述等信息
|
inline |
设置字段描述
| desc | 字段描述 |
|
inline |
设置字段名称
| name | 字段名称 |