SG++-Doxygen-Documentation
|
This is the complete list of members for json::Node, including all inherited members.
addAttribute(const std::string &name, std::unique_ptr< Node > node) | json::Node | virtual |
addDictAttr(const std::string &name) | json::Node | virtual |
addDictValue() | json::Node | virtual |
addIDAttr(const std::string &name, const std::string &value) | json::Node | virtual |
addIDAttr(const std::string &name, const char *value) | json::Node | virtual |
addIDAttr(const std::string &name, const double &value) | json::Node | virtual |
addIDAttr(const std::string &name, const uint64_t &value) | json::Node | virtual |
addIDAttr(const std::string &name, const int64_t &value) | json::Node | virtual |
addIDAttr(const std::string &name, const bool &value) | json::Node | virtual |
addIdValue(const std::string &value) | json::Node | virtual |
addIdValue(const char *value) | json::Node | virtual |
addIdValue(const double &value) | json::Node | virtual |
addIdValue(const uint64_t &value) | json::Node | virtual |
addIdValue(const int64_t &value) | json::Node | virtual |
addIdValue(const bool &value) | json::Node | virtual |
addListAttr(const std::string &name) | json::Node | virtual |
addListValue() | json::Node | virtual |
addTextAttr(const std::string &name, const std::string &value) | json::Node | virtual |
addTextValue(const std::string &value) | json::Node | virtual |
addValue(std::unique_ptr< Node > node) | json::Node | virtual |
clone()=0 | json::Node | pure virtual |
contains(const std::string &key) | json::Node | virtual |
erase(Node &node) | json::Node | virtual |
erase() | json::Node | virtual |
get() | json::Node | virtual |
getBool() | json::Node | virtual |
getDouble() | json::Node | virtual |
getInt() | json::Node | virtual |
getUInt() | json::Node | virtual |
keys() | json::Node | virtual |
Node() | json::Node | |
operator=(const Node &right) | json::Node | virtual |
operator[](const std::string &key) | json::Node | virtual |
operator[](const size_t index) | json::Node | virtual |
orderedKeyIndex | json::Node | |
parent | json::Node | |
parse(std::vector< Token > &stream)=0 | json::Node | pure virtual |
removeAttribute(const std::string name) | json::Node | virtual |
removeValue(size_t index) | json::Node | virtual |
replaceDictAttr(const std::string &name) | json::Node | virtual |
replaceIDAttr(const std::string &name, const std::string &value) | json::Node | virtual |
replaceIDAttr(const std::string &name, const char *value) | json::Node | virtual |
replaceIDAttr(const std::string &name, const double &value) | json::Node | virtual |
replaceIDAttr(const std::string &name, const uint64_t &value) | json::Node | virtual |
replaceIDAttr(const std::string &name, const int64_t &value) | json::Node | virtual |
replaceIDAttr(const std::string &name, const bool &value) | json::Node | virtual |
replaceListAttr(const std::string &name) | json::Node | virtual |
replaceTextAttr(const std::string &name, const std::string &value) | json::Node | virtual |
serialize(std::ostream &outFile, size_t indentWidth)=0 | json::Node | pure virtual |
SERIALIZE_INDENT | json::Node | protectedstatic |
set(const std::string &value) | json::Node | virtual |
setBool(bool boolValue) | json::Node | virtual |
setDouble(double doubleValue) | json::Node | virtual |
setInt(int64_t intValue) | json::Node | virtual |
setUInt(uint64_t uintValue) | json::Node | virtual |
size()=0 | json::Node | pure virtual |
~Node()=default | json::Node | virtual |