|
Classes |
class | _Tree_node< _Tp, _Ctr, _Iterator > |
| tree node for trees w/o data hooks More...
|
class | _ITree_node< _Tp, _Ctr, _Iterator > |
| tree node for trees with data hooks More...
|
class | _Tree_walker_base< _Tp, _Ref, _Ptr, _Ctr, _Iterator, _Node > |
| base class for all tree walkers More...
|
class | _Tree_walker< _Tp, _Ref, _Ptr, _Ctr, _Iterator, _Node > |
| automatic tree walkers More...
|
class | _RTree_walker< _Tp, _Ref, _Ptr, _Ctr, _Iterator > |
| recursive tree walkers More...
|
class | _Tree_iterator< _Tp, _Ref, _Ptr, _Ctr, _Iterator > |
| iterator through the tree More...
|
class | _Tree_alloc_base< _Tp, _Ctr, _TI, _Allocator, _IsStatic > |
| Tree base class for general standard-conforming allocators. More...
|
class | _Tree_alloc_base< _Tp, _Ctr, _TI, _Node, _Allocator, true > |
| Tree base class specialization for instanceless allocators. More...
|
class | _Tree_base< _Tp, _Ctr, _TI, _Alloc > |
| Tree base class for allocator encapsulation. More...
|
class | __Tree_t< _Tp, _Ctr, _Iterator, _Inserter, _Node, _Alloc > |
| Tree base class. More...
|
class | __Tree< _Tp, _Ctr, _Iterator, _Inserter, _Alloc > |
| Tree base class without data hooks. More...
|
class | __ITree< _Tp, _Ctr, _Iterator, _Inserter, _Alloc > |
| Tree base class with data hooks. More...
|
class | ntree< _Tp, _SequenceCtr, _PtrAlloc, _Alloc > |
| -ary forest More...
|
class | rntree< _Tp, _SequenceCtr, _PtrAlloc, _Alloc > |
| -ary forest More...
|
class | atree< _Tp, _AssocCtr, _Key, _Compare, _PtrAlloc, _Alloc > |
| -ary forest with labelled edges More...
|
class | stree< _Key, _Compare, _AssocCtr, _PtrAlloc, _Alloc > |
| -ary forest with unsorted edges More...
|
class | ratree< _Tp, _AssocCtr, _Key, _Compare, _PtrAlloc, _Alloc > |
| -ary forest with labelled edges More...
|
class | rstree< _Key, _Compare, _AssocCtr, _PtrAlloc, _Alloc > |
| -ary forest with unsorted edges More...
|
Defines |
#define | _C_W_preorder 1 |
#define | _C_W_postorder 2 |
Enumerations |
enum | walker_type |
This is an internal header file, included by other library headers. You should not attempt to use it directly.