🛰️航天仿真算法库 SpaceAST 0.0.1
载入中...
搜索中...
未找到
ast::PropertyStruct 成员列表

成员的完整列表,这些成员属于 ast::PropertyStruct,包括所有继承而来的类成员

accept(PropertyVisitor &visitor, const void *container) overrideast::PropertyStructvirtual
desc() constast::Fieldinline
desc_ast::Fieldprotected
EPropertyFlag 枚举名称ast::Property
eReadable 枚举值ast::Property
eWritable 枚举值ast::Property
Field() (定义于 ast::Field)ast::Fieldinline
Field(StringView name, StringView desc="") (定义于 ast::Field)ast::Fieldinline
getter_ (定义于 ast::Property)ast::Propertyprotected
getValue(void *container, OutputType *value)ast::PropertyStructinlineprotected
ast::Property::getValue(void *container, void *value)ast::Propertyinlineprotected
getValueBool(const void *container, bool &value)=0ast::Propertypure virtual
getValueDouble(const void *container, double &value)=0ast::Propertypure virtual
getValueInt(const void *container, int &value)=0ast::Propertypure virtual
getValueString(const void *container, std::string &value)=0ast::Propertypure virtual
InputType typedef (定义于 ast::PropertyStruct)ast::PropertyStruct
name() constast::Fieldinline
name_ast::Fieldprotected
OutputType typedef (定义于 ast::PropertyStruct)ast::PropertyStruct
Property(StringView name, StringView desc, FPropertyGet getter, FPropertySet setter) (定义于 ast::PropertyStruct)ast::PropertyStructinline
Property(FPropertyGet getter, FPropertySet setter) (定义于 ast::PropertyStruct)ast::PropertyStructinline
Property()=default (定义于 ast::PropertyStruct)ast::PropertyStruct
setDesc(StringView desc)ast::Fieldinline
setName(StringView name)ast::Fieldinline
setter_ (定义于 ast::Property)ast::Propertyprotected
setValue(void *container, const InputType *value)ast::PropertyStructinlineprotected
setValueBool(void *container, bool value)=0ast::Propertypure virtual
setValueDouble(void *container, double value)=0ast::Propertypure virtual
setValueInt(void *container, int value)=0ast::Propertypure virtual
setValueString(void *container, StringView value)=0ast::Propertypure virtual
~Field()=default (定义于 ast::Field)ast::Fieldvirtual
~Property()=default (定义于 ast::Property)ast::Property