graph  5.0.5
Graph: generic attributed relational graphs
Tree Member List

This is the complete list of members for Tree, including all inherited members.

accept(TreeVisitor &visitor)Treevirtual
BaseTree(bool allowsChildren=true)BaseTreeinline
begin() constBaseTreeinline
check(const carto::SyntaxSet &syntax, std::set< std::string > &missing) constTreevirtual
children() constBaseTree
childrenSize() constTreevirtual
clear()BaseTree
const_accept(ConstTreeVisitor &visitor) constTreevirtual
const_iterator typedefBaseTree
const_reverse_iterator typedefBaseTree
ContentType typedefcarto::SyntaxedObject< T >
end() constBaseTreeinline
getAllowsChildren() constBaseTreeinline
getChildAt(unsigned childIndex) constBaseTreeinline
getElementsWith(const std::string &, bool recurse=true) constTree
getElementsWith(const std::string &, const T &, bool recurse=true) constTreeinline
getIndex(BaseTree *node) constBaseTree
getParent() constBaseTreeinline
getTopParent()BaseTree
getTopParent() constBaseTree
insert(BaseTree *child, int index=-1)BaseTree
isLeaf() constBaseTreeinline
iterator typedefBaseTree
rbegin() constBaseTreeinline
remove(unsigned index)BaseTree
remove(BaseTree *node)BaseTree
removeFromParent()BaseTreeinline
rend() constBaseTreeinline
reverse_iterator typedefBaseTree
setParent(BaseTree *newParent)BaseTreeinline
size() const __attribute__((__deprecated__))Treevirtual
SyntaxedObject(const std::string &s)carto::SyntaxedObject< T >
SyntaxedObject(const SyntaxedObject &x)carto::SyntaxedObject< T >
SyntaxedObject(const SyntaxedObject< PropertySet > &x)carto::SyntaxedObject< T >
Tree(bool allowChildren=true, const std::string &str="")Treeinline
~BaseTree()BaseTreevirtual
~Tree()Treevirtual