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

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

accept(PropertyVisitor &visitor, const void *container) overrideast::PropertyNoopvirtual
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, void *value)ast::Propertyinlineprotected
getValueBool(const void *container, bool &value) overrideast::PropertyNoopvirtual
getValueDouble(const void *container, double &value) overrideast::PropertyNoopvirtual
getValueInt(const void *container, int &value) overrideast::PropertyNoopvirtual
getValueString(const void *container, std::string &value) overrideast::PropertyNoopvirtual
Instance() (定义于 ast::PropertyNoop)ast::PropertyNoopstatic
name() constast::Fieldinline
name_ast::Fieldprotected
Property(StringView name, StringView desc, FPropertyGet getter, FPropertySet setter) (定义于 ast::PropertyNoop)ast::PropertyNoopinline
Property(FPropertyGet getter, FPropertySet setter) (定义于 ast::PropertyNoop)ast::PropertyNoopinline
Property()=default (定义于 ast::PropertyNoop)ast::PropertyNoop
setDesc(StringView desc)ast::Fieldinline
setName(StringView name)ast::Fieldinline
setter_ (定义于 ast::Property)ast::Propertyprotected
setValue(void *container, const void *value)ast::Propertyinlineprotected
setValueBool(void *container, bool value) overrideast::PropertyNoopvirtual
setValueDouble(void *container, double value) overrideast::PropertyNoopvirtual
setValueInt(void *container, int value) overrideast::PropertyNoopvirtual
setValueString(void *container, StringView value) overrideast::PropertyNoopvirtual
~Field()=default (定义于 ast::Field)ast::Fieldvirtual
~Property()=default (定义于 ast::Property)ast::Property