#include <stdapis/stlport/stl/_tree.h>
| struct rb_tree : public _Rb_tree< _Key, _Value, _KeyOfValue, _Compare, _Alloc > |
| Public Member Type Definitions | |
|---|---|
| typedef | _Rb_tree< _Key, _Value, _KeyOfValue, _Compare, _Alloc > _Base |
| typedef | _Base::allocator_type allocator_type |
| Public Member Functions | |
|---|---|
| rb_tree() | |
| rb_tree(const _Compare &, const allocator_type &) | |
| ~rb_tree() | |
| Inherited Attributes | |
|---|---|
| Inherited Functions | |
|---|---|
| Inherited Type Definitions | |
|---|---|
| rb_tree | ( | const _Compare & | __comp, |
| const allocator_type & | __a = allocator_type() | ||
| ) | [inline] | ||