SG++-Doxygen-Documentation
|
This is the complete list of members for json::ListNode, 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() override | json::ListNode | 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 char *value) override | json::ListNode | virtual |
addIdValue(const std::string &value) override | json::ListNode | virtual |
addIdValue(const double &value) override | json::ListNode | virtual |
addIdValue(const uint64_t &value) override | json::ListNode | virtual |
addIdValue(const int64_t &value) override | json::ListNode | virtual |
addIdValue(const bool &value) override | json::ListNode | virtual |
addListAttr(const std::string &name) | json::Node | virtual |
addListValue() override | json::ListNode | virtual |
addTextAttr(const std::string &name, const std::string &value) | json::Node | virtual |
addTextValue(const std::string &value) override | json::ListNode | virtual |
addValue(std::unique_ptr< Node > node) override | json::ListNode | virtual |
clone() override | json::ListNode | virtual |
contains(const std::string &key) | json::Node | virtual |
erase(Node &node) override | json::ListNode | virtual |
json::Node::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 |
ListNode() | json::ListNode | |
ListNode(const ListNode &original) | json::ListNode | |
Node() | json::Node | |
operator=(const ListNode &right) | json::ListNode | |
operator=(const Node &right) override | json::ListNode | virtual |
operator[](const size_t index) override | json::ListNode | virtual |
json::Node::operator[](const std::string &key) | json::Node | virtual |
orderedKeyIndex | json::Node | |
parent | json::Node | |
parse(std::vector< Token > &stream) override | json::ListNode | virtual |
removeAttribute(const std::string name) | json::Node | virtual |
removeValue(size_t index) override | json::ListNode | 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::ListNode | 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() override | json::ListNode | virtual |
~Node()=default | json::Node | virtual |