OpenSDN source code
|
#include <db_graph_vertex.h>
Public Member Functions | |
edge_iterator () | |
edge_iterator (DBGraph *graph, DBGraphVertex *vertex) | |
DBGraphVertex * | target () const |
Private Member Functions | |
void | increment () |
bool | equal (const edge_iterator &rhs) const |
DBGraphEdge & | dereference () const |
Private Attributes | |
DBGraph * | graph_ |
DBGraphVertex * | vertex_ |
DBGraphBase::out_edge_iterator | iter_ |
DBGraphBase::out_edge_iterator | end_ |
Friends | |
class | boost::iterator_core_access |
Definition at line 56 of file db_graph_vertex.h.
DBGraphVertex::edge_iterator::edge_iterator | ( | ) |
Definition at line 27 of file db_graph_vertex.cc.
DBGraphVertex::edge_iterator::edge_iterator | ( | DBGraph * | graph, |
DBGraphVertex * | vertex | ||
) |
|
private |
Definition at line 37 of file db_graph_vertex.cc.
|
inlineprivate |
Definition at line 68 of file db_graph_vertex.h.
|
inlineprivate |
Definition at line 65 of file db_graph_vertex.h.
DBGraphVertex * DBGraphVertex::edge_iterator::target | ( | ) | const |
|
friend |
Definition at line 64 of file db_graph_vertex.h.
|
private |
Definition at line 81 of file db_graph_vertex.h.
|
private |
Definition at line 78 of file db_graph_vertex.h.
|
private |
Definition at line 80 of file db_graph_vertex.h.
|
private |
Definition at line 79 of file db_graph_vertex.h.