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