OpenSDN source code
|
#include <db_graph.h>
Public Member Functions | |
edge_iterator (DBGraph *graph) | |
Private Member Functions | |
void | increment () |
bool | equal (const edge_iterator &rhs) const |
DBEdgeInfo | dereference () const |
Private Attributes | |
DBGraph * | graph_ |
DBGraphBase::edge_iterator | iter_ |
DBGraphBase::edge_iterator | end_ |
Friends | |
class | boost::iterator_core_access |
Definition at line 46 of file db_graph.h.
|
explicit |
|
private |
Definition at line 241 of file db_graph.cc.
|
private |
Definition at line 248 of file db_graph.cc.
|
inlineprivate |
Definition at line 53 of file db_graph.h.
|
friend |
Definition at line 52 of file db_graph.h.
|
private |
Definition at line 60 of file db_graph.h.
|
private |
Definition at line 58 of file db_graph.h.
|
private |
Definition at line 59 of file db_graph.h.