OpenSDN source code
|
#include <policy_vertex.h>
Public Member Functions | |
adjacency_iterator () | |
adjacency_iterator (PolicyGraph *graph, Vertex vertex) | |
Private Member Functions | |
void | increment () |
bool | equal (const adjacency_iterator &rhs) const |
PolicyGraphVertex & | dereference () const |
Private Attributes | |
PolicyGraph * | graph_ |
PolicyGraphBase::adjacency_iterator | iter_ |
PolicyGraphBase::adjacency_iterator | end_ |
Friends | |
class | boost::iterator_core_access |
Definition at line 35 of file policy_vertex.h.
PolicyGraphVertex::adjacency_iterator::adjacency_iterator | ( | ) |
Definition at line 12 of file policy_vertex.cc.
PolicyGraphVertex::adjacency_iterator::adjacency_iterator | ( | PolicyGraph * | graph, |
Vertex | vertex | ||
) |
|
private |
Definition at line 22 of file policy_vertex.cc.
|
inlineprivate |
Definition at line 46 of file policy_vertex.h.
|
inlineprivate |
Definition at line 43 of file policy_vertex.h.
|
friend |
Definition at line 42 of file policy_vertex.h.
|
private |
Definition at line 58 of file policy_vertex.h.
|
private |
Definition at line 56 of file policy_vertex.h.
|
private |
Definition at line 57 of file policy_vertex.h.