Inheritance diagram for DSRTreeNode:

Public Member Functions | |
| DSRTreeNode () | |
| default constructor | |
| virtual | ~DSRTreeNode () |
| destructor | |
Protected Attributes | |
| DSRTreeNode * | Prev |
| pointer to previous tree node (if any) | |
| DSRTreeNode * | Next |
| pointer to next tree node (if any) | |
| DSRTreeNode * | Down |
| pointer to first child node (if any) | |
| const size_t | Ident |
| unique identifier (created automatically) | |
Private Member Functions | |
| DSRTreeNode (const DSRTreeNode &) | |
| DSRTreeNode & | operator= (const DSRTreeNode &) |
Static Private Attributes | |
| static size_t | IdentCounter |
| global counter used to create the unique identifiers | |
Friends | |
| class | DSRTreeNodeCursor |
| class | DSRTree |
Definition at line 50 of file dsrtree.h.