|
OpenSDN source code
|
#include <patricia.h>


Public Member Functions | |
| Iterator () | |
| Iterator (Tree< D, P, K > *tree, D *data) | |
Private Member Functions | |
| void | increment () |
| bool | equal (const Iterator &it) const |
| D * | dereference () const |
Private Attributes | |
| Tree< D, P, K > * | tree_ |
| D * | data_ |
Friends | |
| class | boost::iterator_core_access |
Definition at line 50 of file patricia.h.
|
inline |
Definition at line 55 of file patricia.h.
|
inlineexplicit |
Definition at line 56 of file patricia.h.
|
inlineprivate |
Definition at line 68 of file patricia.h.
|
inlineprivate |
Definition at line 65 of file patricia.h.
|
inlineprivate |
Definition at line 62 of file patricia.h.
|
friend |
Definition at line 60 of file patricia.h.
|
private |
Definition at line 72 of file patricia.h.
|
private |
Definition at line 71 of file patricia.h.