This class represents a node in the tree. More...
#include <utils.h>

Public Member Functions | |
| TreeNode * | decrement () const |
| const string & | getName () const |
| TreeNode * | increment () const |
| bool | operator< (const TreeNode &o) |
| TreeNode (const string &n) | |
| virtual | ~TreeNode () |
Friends | |
| class | Tree |
This class represents a node in the tree.
Elements which we want to represent in the tree will need to inherit from this class, since this tree container is intrusive.
|
inlinevirtual |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |