An iterator over the associated objects. More...
#include <utils.h>
Public Member Functions | |
const_iterator (C *n) | |
bool | operator!= (const const_iterator &x) const |
const C & | operator* () const |
const_iterator & | operator++ () |
const_iterator | operator++ (int i) |
const C * | operator-> () const |
bool | operator== (const const_iterator &x) const |
Protected Attributes | |
C * | nodeptr |
An iterator over the associated objects.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |