
Public Types | |
| typedef Type | value_type |
| typedef const Type & | reference |
| typedef const Type * | pointer |
|
typedef Rb_tree_iterator< Type > | iterator |
| typedef bidirectional_iterator_tag | iterator_category |
| typedef ptrdiff_t | difference_type |
|
typedef Rb_tree_const_iterator< Type > | Self |
| typedef Rb_tree_node_base::ConstBase_ptr | Base_ptr |
|
typedef const Rb_tree_node< Type > * | Link_type |
Public Member Functions | |
| Rb_tree_const_iterator () | |
| Rb_tree_const_iterator (Link_type x) | |
| Rb_tree_const_iterator (const iterator &__it) | |
| reference | operator * () const |
| pointer | operator-> () const |
| Self & | operator++ () |
| Self | operator++ (int) |
| Self & | operator-- () |
| Self | operator-- (int) |
| bool | operator== (const Self &x) const |
| bool | operator!= (const Self &x) const |
Public Attributes | |
| Base_ptr | M_node |
Definition at line 220 of file stl_tree.h.
1.5.1