Public Types | |
| typedef ConstIterator< T > | Self |
| typedef const Node< T > * | NodePtr |
| typedef const T & | ValueRef |
| typedef const T * | ValuePtr |
Public Member Functions | |
| ConstIterator (const NodeBase *node) | |
| ConstIterator (const Iterator< T > &x) | |
| Self & | operator++ () |
| Self | operator++ (int) |
| Self & | operator-- () |
| Self | operator-- (int) |
| ValueRef | operator* () const |
| ValuePtr | operator-> () const |
| bool | operator== (const Self &x) const |
| bool | operator!= (const Self &x) const |
Public Attributes | |
| const NodeBase * | _node |