|
MNX Document Model
|
This is the complete list of members for mnx::Base, 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=(const Base &src) | mnx::Base | inline |
| operator=(Base &&src) | mnx::Base | 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 |
| validation::SemanticValidator (defined in mnx::Base) | mnx::Base | friend |
| ~Base()=default (defined in mnx::Base) | mnx::Base | virtual |