OpenSDN source code
|
#include <db_graph_vertex.h>
Public Member Functions | |
adjacency_iterator () | |
adjacency_iterator (DBGraph *graph, Vertex vertex) | |
Private Member Functions | |
void | increment () |
bool | equal (const adjacency_iterator &rhs) const |
DBGraphVertex & | dereference () const |
Private Attributes | |
DBGraph * | graph_ |
DBGraphBase::adjacency_iterator | iter_ |
DBGraphBase::adjacency_iterator | end_ |
Friends | |
class | boost::iterator_core_access |
Definition at line 30 of file db_graph_vertex.h.
DBGraphVertex::adjacency_iterator::adjacency_iterator | ( | ) |
Definition at line 12 of file db_graph_vertex.cc.
|
private |
Definition at line 22 of file db_graph_vertex.cc.
|
inlineprivate |
Definition at line 41 of file db_graph_vertex.h.
|
inlineprivate |
Definition at line 38 of file db_graph_vertex.h.
|
friend |
Definition at line 37 of file db_graph_vertex.h.
|
private |
Definition at line 53 of file db_graph_vertex.h.
|
private |
Definition at line 51 of file db_graph_vertex.h.
|
private |
Definition at line 52 of file db_graph_vertex.h.