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


| Public Member Functions | |
| edge_iterator () | |
| edge_iterator (PolicyGraph *graph, PolicyGraphVertex *vertex) | |
| PolicyGraphVertex * | target () const | 
| Private Member Functions | |
| void | increment () | 
| bool | equal (const edge_iterator &rhs) const | 
| PolicyGraphEdge & | dereference () const | 
| Private Attributes | |
| PolicyGraph * | graph_ | 
| PolicyGraphVertex * | vertex_ | 
| PolicyGraphBase::out_edge_iterator | iter_ | 
| PolicyGraphBase::out_edge_iterator | end_ | 
| Friends | |
| class | boost::iterator_core_access | 
Definition at line 61 of file policy_vertex.h.
| PolicyGraphVertex::edge_iterator::edge_iterator | ( | ) | 
Definition at line 27 of file policy_vertex.cc.
| PolicyGraphVertex::edge_iterator::edge_iterator | ( | PolicyGraph * | graph, | 
| PolicyGraphVertex * | vertex | ||
| ) | 
| 
 | private | 
Definition at line 37 of file policy_vertex.cc.
| 
 | inlineprivate | 
Definition at line 73 of file policy_vertex.h.
| 
 | inlineprivate | 
Definition at line 70 of file policy_vertex.h.
| PolicyGraphVertex * PolicyGraphVertex::edge_iterator::target | ( | ) | const | 
| 
 | friend | 
Definition at line 69 of file policy_vertex.h.
| 
 | private | 
Definition at line 86 of file policy_vertex.h.
| 
 | private | 
Definition at line 83 of file policy_vertex.h.
| 
 | private | 
Definition at line 85 of file policy_vertex.h.
| 
 | private | 
Definition at line 84 of file policy_vertex.h.