|
🛰️航天仿真算法库 SpaceAST 0.0.1
|
成员的完整列表,这些成员属于 ast::PropertyPOD,包括所有继承而来的类成员
| accept(PropertyVisitor &visitor, const void *container) override | ast::PropertyPOD | virtual |
| desc() const | ast::Field | inline |
| desc_ | ast::Field | protected |
| EPropertyFlag 枚举名称 | ast::Property | |
| eReadable 枚举值 | ast::Property | |
| eWritable 枚举值 | ast::Property | |
| Field() (定义于 ast::Field) | ast::Field | inline |
| Field(StringView name, StringView desc="") (定义于 ast::Field) | ast::Field | inline |
| getter_ (定义于 ast::Property) | ast::Property | protected |
| getValue(void *container, void *value) | ast::Property | inlineprotected |
| getValueBool(const void *container, bool &value)=0 | ast::Property | pure virtual |
| getValueDouble(const void *container, double &value)=0 | ast::Property | pure virtual |
| getValueInt(const void *container, int &value)=0 | ast::Property | pure virtual |
| getValueString(const void *container, std::string &value)=0 | ast::Property | pure virtual |
| name() const | ast::Field | inline |
| name_ | ast::Field | protected |
| Property(StringView name, StringView desc, FPropertyGet getter, FPropertySet setter) (定义于 ast::PropertyPOD) | ast::PropertyPOD | inline |
| Property(FPropertyGet getter, FPropertySet setter) (定义于 ast::PropertyPOD) | ast::PropertyPOD | inline |
| Property()=default (定义于 ast::PropertyPOD) | ast::PropertyPOD | |
| setDesc(StringView desc) | ast::Field | inline |
| setName(StringView name) | ast::Field | inline |
| setter_ (定义于 ast::Property) | ast::Property | protected |
| setValue(void *container, const void *value) | ast::Property | inlineprotected |
| setValueBool(void *container, bool value)=0 | ast::Property | pure virtual |
| setValueDouble(void *container, double value)=0 | ast::Property | pure virtual |
| setValueInt(void *container, int value)=0 | ast::Property | pure virtual |
| setValueString(void *container, StringView value)=0 | ast::Property | pure virtual |
| ~Field()=default (定义于 ast::Field) | ast::Field | virtual |
| ~Property()=default (定义于 ast::Property) | ast::Property |