|
MNX Document Model
|
This is the complete list of members for mnx::SimpleType< T, >, including all inherited members.
| Base(const Base &src) | mnx::Base | inline |
| Base(Base &&src) noexcept | mnx::Base | inline |
| Base(const std::shared_ptr< json > &root, json_pointer pointer) | mnx::Base | inlineprotected |
| Base(json &&jsonRef, Base &parent, std::string_view key) | mnx::Base | inlineprotected |
| document() const | mnx::Base | |
| dump(int indents=-1) const | mnx::Base | inline |
| getChild(std::string_view key) const | mnx::Base | inlineprotected |
| getEnclosingElement() const | mnx::Base | |
| getOptionalChild(std::string_view key) const | mnx::Base | inlineprotected |
| operator T() const | mnx::SimpleType< T, > | inline |
| operator=(const T &src) | mnx::SimpleType< T, > | inline |
| mnx::Base::operator=(const Base &src) | mnx::Base | inline |
| mnx::Base::operator=(Base &&src) | mnx::Base | inline |
| operator==(const T &src) const | mnx::SimpleType< T, > | inline |
| parent() const | mnx::Base | inline |
| pointer() const | mnx::Base | inline |
| ref() const | mnx::Base | inlineprotected |
| ref() | mnx::Base | inlineprotected |
| root() const | mnx::Base | inlineprotected |
| setChild(std::string_view key, const T &value) | mnx::Base | inlineprotected |
| SimpleType(const std::shared_ptr< json > &root, json_pointer pointer) | mnx::SimpleType< T, > | inline |
| value_type typedef | mnx::SimpleType< T, > | |
| ~Base()=default (defined in mnx::Base) | mnx::Base | virtual |