|
NeoN
A framework for CFD software
|
This is the complete list of members for NeoN::Document, including all inherited members.
| contains(const std::string &key) const | NeoN::Dictionary | |
| Dictionary()=default | NeoN::Dictionary | |
| Dictionary(const std::unordered_map< std::string, std::any > &keyValuePairs) | NeoN::Dictionary | |
| Dictionary(const std::initializer_list< std::pair< std::string, std::any > > &initList) | NeoN::Dictionary | |
| Document() | NeoN::Document | |
| Document(const Dictionary &dict, DocumentValidator validator=hasId) | NeoN::Document | |
| empty() const | NeoN::Dictionary | inline |
| get(const std::string &key) | NeoN::Dictionary | inline |
| get(const std::string &key) const | NeoN::Dictionary | inline |
| getMap() | NeoN::Dictionary | |
| getMap() const | NeoN::Dictionary | |
| id() const | NeoN::Document | inline |
| insert(const std::string &key, const std::any &value) | NeoN::Dictionary | |
| isDict(const std::string &key) const | NeoN::Dictionary | |
| keys() const | NeoN::Dictionary | |
| operator[](const std::string &key) | NeoN::Dictionary | |
| operator[](const std::string &key) const | NeoN::Dictionary | |
| remove(const std::string &key) | NeoN::Dictionary | |
| subDict(const std::string &key) | NeoN::Dictionary | |
| subDict(const std::string &key) const | NeoN::Dictionary | |
| validate() const | NeoN::Document |