#include <oscl_tree.h>
Public Types | |
typedef Value | value_type |
typedef const value_type & | reference |
typedef const value_type * | pointer |
typedef Oscl_Rb_Tree_Const_Iterator< Value > | const_iterator |
typedef Oscl_Rb_Tree_Const_Iterator< Value > | self |
typedef Oscl_Rb_Tree_Node_Base * | base_link_type |
typedef Oscl_Rb_Tree_Node< Value > * | link_type |
Public Methods | |
Oscl_Rb_Tree_Const_Iterator () | |
Oscl_Rb_Tree_Const_Iterator (link_type x) | |
Oscl_Rb_Tree_Const_Iterator (const const_iterator &it) | |
reference | operator * () const |
pointer | operator-> () const |
bool | operator== (const self &x) |
bool | operator!= (const self &x) |
self & | operator++ () |
self | operator++ (int) |
self & | operator-- () |
self | operator-- (int) |
Data Fields | |
base_link_type | node |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|