SG++-Doxygen-Documentation
|
This is the complete list of members for json::TextNode, 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() override | json::TextNode | virtual |
contains(const std::string &key) | json::Node | virtual |
erase(Node &node) | json::Node | virtual |
erase() | json::Node | virtual |
get() override | json::TextNode | virtual |
getBool() override | json::TextNode | virtual |
getDouble() override | json::TextNode | virtual |
getInt() override | json::TextNode | virtual |
getUInt() override | json::TextNode | virtual |
keys() | json::Node | virtual |
Node() | json::Node | |
operator=(const TextNode &right)=default | json::TextNode | |
operator=(const Node &right) override | json::TextNode | 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) override | json::TextNode | 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) override | json::TextNode | virtual |
SERIALIZE_INDENT | json::Node | protectedstatic |
set(const std::string &value) override | json::TextNode | virtual |
setBool(bool boolValue) override | json::TextNode | virtual |
setDouble(double numericValue) override | json::TextNode | virtual |
setInt(int64_t intValue) override | json::TextNode | virtual |
setUInt(uint64_t uintValue) override | json::TextNode | virtual |
size() override | json::TextNode | virtual |
TextNode() | json::TextNode | |
~Node()=default | json::Node | virtual |