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