Cinder  0.9.1
cinder::JsonTree Member List

This is the complete list of members for cinder::JsonTree, including all inherited members.

addChild(const JsonTree &newChild)cinder::JsonTree
begin()cinder::JsonTree
begin() const cinder::JsonTree
clear()cinder::JsonTree
end()cinder::JsonTree
end() const cinder::JsonTree
getChild(const std::string &relativePath, bool caseSensitive=false, char separator= '.')cinder::JsonTree
getChild(const std::string &relativePath, bool caseSensitive=false, char separator= '.') const cinder::JsonTree
getChild(size_t index)cinder::JsonTree
getChild(size_t index) const cinder::JsonTree
getChildren() const cinder::JsonTree
getKey() const cinder::JsonTree
getNodeType() const cinder::JsonTree
getNumChildren() const cinder::JsonTree
getParent()cinder::JsonTree
getParent() const cinder::JsonTree
getPath(char separator= '.') const cinder::JsonTree
getValue() const cinder::JsonTree
getValue() const cinder::JsonTree
getValueAtIndex(size_t index) const cinder::JsonTree
getValueAtIndex(size_t index) const cinder::JsonTree
getValueForKey(const std::string &relativePath, bool caseSensitive=false, char separator= '.') const cinder::JsonTree
getValueForKey(const std::string &relativePath, bool caseSensitive=false, char separator= '.') const cinder::JsonTree
hasChild(const std::string &relativePath, bool caseSensitive=false, char separator= '.') const cinder::JsonTree
hasChildren() const cinder::JsonTree
hasParent() const cinder::JsonTree
JsonTree()cinder::JsonTreeexplicit
JsonTree(const JsonTree &jsonTree)cinder::JsonTree
JsonTree(DataSourceRef dataSource, ParseOptions parseOptions=ParseOptions())cinder::JsonTreeexplicit
JsonTree(const std::string &jsonString, ParseOptions parseOptions=ParseOptions())cinder::JsonTreeexplicit
JsonTree(const std::string &key, bool value)cinder::JsonTreeexplicit
JsonTree(const std::string &key, double value)cinder::JsonTreeexplicit
JsonTree(const std::string &key, float value)cinder::JsonTreeexplicit
JsonTree(const std::string &key, int value)cinder::JsonTreeexplicit
JsonTree(const std::string &key, const std::string &value)cinder::JsonTreeexplicit
JsonTree(const std::string &key, const char *value)cinder::JsonTreeexplicit
JsonTree(const std::string &key, uint32_t value)cinder::JsonTreeexplicit
JsonTree(const std::string &key, int64_t value)cinder::JsonTreeexplicit
JsonTree(const std::string &key, uint64_t value)cinder::JsonTreeexplicit
makeArray(const std::string &key="")cinder::JsonTreestatic
makeObject(const std::string &key="")cinder::JsonTreestatic
NODE_ARRAY enum valuecinder::JsonTree
NODE_NULL enum valuecinder::JsonTree
NODE_OBJECT enum valuecinder::JsonTree
NODE_UNKNOWN enum valuecinder::JsonTree
NODE_VALUE enum valuecinder::JsonTree
NodeType enum namecinder::JsonTree
operator<<(std::ostream &out, const JsonTree &json)cinder::JsonTreefriend
operator=(const JsonTree &jsonTree)cinder::JsonTree
operator[](const std::string &relativePath)cinder::JsonTree
operator[](const std::string &relativePath) const cinder::JsonTree
operator[](size_t index)cinder::JsonTree
operator[](size_t index) const cinder::JsonTree
pushBack(const JsonTree &newChild)cinder::JsonTree
removeChild(size_t index)cinder::JsonTree
removeChild(Iter pos)cinder::JsonTree
replaceChild(size_t index, const JsonTree &newChild)cinder::JsonTree
replaceChild(Iter pos, const JsonTree &newChild)cinder::JsonTree
serialize() const cinder::JsonTree
write(const fs::path &path, WriteOptions writeOptions=WriteOptions())cinder::JsonTree
write(DataTargetRef target, WriteOptions writeOptions=WriteOptions())cinder::JsonTree