|
🛰️航天仿真算法库 SpaceAST 0.0.1
|
成员的完整列表,这些成员属于 ast::ValDict,包括所有继承而来的类成员
| accept(ExprVisitor &visitor)=0 | ast::Expr | pure virtual |
| addDelayedLink(Func &&link) | ast::Object | inline |
| addDelayedLinkIfFailed(Func &&link) | ast::Object | inline |
| attr(StringView path) | ast::Object | |
| ClassInit(Class *cls) (定义于 ast::Object) | ast::Object | static |
| decRef() | ast::Object | inline |
| decRefNoDelete() | ast::Object | inline |
| decWeakRef() | ast::Object | inline |
| destruct() | ast::Object | inline |
| eval() const final | ast::Value | inlinevirtual |
| exec() const | ast::Expr | inlinevirtual |
| find(const std::string &name) (定义于 ast::ValDict) | ast::ValDict | |
| getAttrBool(StringView path, bool &value) const | ast::Object | |
| getAttrBool(StringView path) const | ast::Object | |
| getAttrDouble(StringView path, double &value) const | ast::Object | |
| getAttrDouble(StringView path) const | ast::Object | |
| getAttrInt(StringView path, int &value) const | ast::Object | |
| getAttrInt(StringView path) const | ast::Object | |
| getAttrObject(StringView path, Object *&value) const | ast::Object | |
| getAttrObject(StringView path) const | ast::Object | |
| getAttrString(StringView path, std::string &value) const | ast::Object | |
| getAttrString(StringView path) const | ast::Object | |
| getExpression(Object *context=nullptr) const override | ast::ValDict | virtual |
| getID() const | ast::Object | |
| getMap() const (定义于 ast::ValDict) | ast::ValDict | inline |
| getName() const | ast::Object | virtual |
| getParentScope() const | ast::Object | |
| getProperty(StringView fieldName) const | ast::Object | |
| getRepresentation() const | ast::Object | virtual |
| getType() const | ast::Object | virtual |
| incRef() | ast::Object | inline |
| incWeakRef() | ast::Object | inline |
| insert(const std::string &name, Value *value) (定义于 ast::ValDict) | ast::ValDict | |
| insert(const std::string &name, T value) (定义于 ast::ValDict) | ast::ValDict | inline |
| isBool() const (定义于 ast::Value) | ast::Value | |
| isDestructed() const | ast::Object | inline |
| isDouble() const (定义于 ast::Value) | ast::Value | |
| isInt() const (定义于 ast::Value) | ast::Value | |
| isNull() const (定义于 ast::Value) | ast::Value | |
| isOfType(const Class *type) const | ast::Object | |
| isOfType(StringView typeName) const | ast::Object | |
| isOfType() const | ast::Object | |
| isQuantity() const (定义于 ast::Value) | ast::Value | |
| isString() const (定义于 ast::Value) | ast::Value | |
| items() const (定义于 ast::Value) | ast::Value | |
| map_ (定义于 ast::ValDict) | ast::ValDict | protected |
| name() const | ast::Object | inline |
| New() (定义于 ast::ValDict) | ast::ValDict | static |
| NullValue() (定义于 ast::Value) | ast::Value | static |
| Object() (定义于 ast::Expr) | ast::Expr | inline |
| Object(Object *parentScope) (定义于 ast::Expr) | ast::Expr | explicit |
| Object(std::nullptr_t) (定义于 ast::Expr) | ast::Expr | |
| Object(initial_strong_ref_t) | ast::Expr | inline |
| Object(const Object &obj) (定义于 ast::Expr) | ast::Expr | inline |
| operator bool() const (定义于 ast::Value) | ast::Value | |
| operator double() const (定义于 ast::Value) | ast::Value | |
| operator int() const (定义于 ast::Value) | ast::Value | |
| operator Quantity() const (定义于 ast::Value) | ast::Value | |
| operator std::string() const (定义于 ast::Value) | ast::Value | |
| operator=(const Object &) (定义于 ast::Object) | ast::Object | inlineprotected |
| operator>>(bool &val) const (定义于 ast::Value) | ast::Value | |
| operator>>(int &val) const (定义于 ast::Value) | ast::Value | |
| operator>>(double &val) const (定义于 ast::Value) | ast::Value | |
| operator[](const std::string &name) (定义于 ast::Value) | ast::Value | |
| operator[](const std::string &name) const (定义于 ast::Value) | ast::Value | |
| operator[](const char *name) (定义于 ast::Value) | ast::Value | |
| operator[](const char *name) const (定义于 ast::Value) | ast::Value | |
| operator[](size_t index) (定义于 ast::Value) | ast::Value | |
| operator[](size_t index) const (定义于 ast::Value) | ast::Value | |
| refCount() const | ast::Object | inline |
| Resolve(StringView value) | ast::Object | static |
| resolveLinks() | ast::Object | |
| setAttrBool(StringView path, bool value) | ast::Object | |
| setAttrDouble(StringView path, double value) | ast::Object | |
| setAttrInt(StringView path, int value) | ast::Object | |
| setAttrObject(StringView path, Object *value) | ast::Object | |
| setAttrString(StringView path, StringView value) | ast::Object | |
| setName(StringView name) override | ast::Expr | inlinevirtual |
| setParentScope(Object *parentScope) | ast::Object | |
| setValue(Value *) final | ast::Value | inlinevirtual |
| showEditDialog() | ast::Object | |
| StaticType() (定义于 ast::Object) | ast::Object | inlinestatic |
| staticType (定义于 ast::Object) | ast::Object | static |
| toBool() const (定义于 ast::Value) | ast::Value | |
| toDouble() const (定义于 ast::Value) | ast::Value | |
| toInt() const (定义于 ast::Value) | ast::Value | |
| toJsonString() const (定义于 ast::ValDict) | ast::ValDict | |
| toJsonString(int indent) const (定义于 ast::ValDict) | ast::ValDict | |
| toJsonString(int indent, int currentIndent) const (定义于 ast::ValDict) | ast::ValDict | protected |
| toQuantity() const (定义于 ast::Value) | ast::Value | |
| toString() const (定义于 ast::Value) | ast::Value | |
| toValDict() const (定义于 ast::Value) | ast::Value | |
| type() const | ast::Object | inline |
| typeName() const (定义于 ast::Object) | ast::Object | |
| ValDict()=default (定义于 ast::ValDict) | ast::ValDict | |
| weakRefCount() const | ast::Object | inline |
| ~Expr() override=default (定义于 ast::Expr) | ast::Expr | |
| ~Object() (定义于 ast::Object) | ast::Object | protectedvirtual |
| ~ValDict() override=default (定义于 ast::ValDict) | ast::ValDict | |
| ~Value() override=default (定义于 ast::Value) | ast::Value |