Ceylan::Tree< Content > Member List
This is the complete list of members for
Ceylan::Tree< Content >, including all inherited members.
| _content | Ceylan::Tree< Content > | [protected] |
| _sons | Ceylan::Tree< Content > | [protected] |
| accept(Visitor &visitor) | Ceylan::Tree< Content > | [inline, virtual] |
| addSon(Tree &subtree) | Ceylan::Tree< Content > | [inline, virtual] |
| appendSonsContents(std::list< Content * > &toBeAugmented) | Ceylan::Tree< Content > | [inline, virtual] |
| appendSonsContentsOf(const Content &content, std::list< Content * > &toBeAugmented) | Ceylan::Tree< Content > | [inline, virtual] |
| getContent() | Ceylan::Tree< Content > | [inline, virtual] |
| getContentAsConst() const | Ceylan::Tree< Content > | [inline, virtual] |
| getFather(Tree &child) | Ceylan::Tree< Content > | [inline, virtual] |
| getFatherContent(const Content &content) | Ceylan::Tree< Content > | [inline, virtual] |
| getNodeOf(const Content &content) | Ceylan::Tree< Content > | [inline, virtual] |
| getSons() const | Ceylan::Tree< Content > | [inline, virtual] |
| hasContent() const | Ceylan::Tree< Content > | [inline, virtual] |
| operator=(const Tree &source) | Ceylan::Tree< Content > | [private] |
| setContent(Content &newContent) | Ceylan::Tree< Content > | [inline, virtual] |
| SubTreeList typedef | Ceylan::Tree< Content > | |
| toString(Ceylan::VerbosityLevels level=Ceylan::high) const | Ceylan::Tree< Content > | [inline, virtual] |
| traverseBreadthFirst(TreeVisitor< Content > &treeVisitor, bool visitContent=true) | Ceylan::Tree< Content > | [inline, virtual] |
| traverseDepthFirst(TreeVisitor< Content > &treeVisitor, bool visitContent=true) | Ceylan::Tree< Content > | [inline, virtual] |
| Tree() | Ceylan::Tree< Content > | [inline, explicit] |
| Tree(Content &content) | Ceylan::Tree< Content > | [inline, explicit] |
| Tree(const Tree &source) | Ceylan::Tree< Content > | [private] |
| Visitable() | Ceylan::Visitable | |
| ~Tree() | Ceylan::Tree< Content > | [inline, virtual] |
| ~Visitable() | Ceylan::Visitable | [virtual] |