OpenSDN source code
|
#include <policy_graph.h>
Public Member Functions | |
open_vertex_reverse_iterator () | |
open_vertex_reverse_iterator (PolicyGraph *graph, PolicyGraphVertex *start) | |
Private Member Functions | |
void | increment () |
bool | equal (const open_vertex_reverse_iterator &rhs) const |
OpenVertexPathPair | dereference () const |
Private Attributes | |
PolicyGraph * | graph_ |
PolicyGraphVertex * | open_ |
Friends | |
class | boost::iterator_core_access |
Definition at line 68 of file policy_graph.h.
|
inline |
Definition at line 72 of file policy_graph.h.
|
inline |
Definition at line 76 of file policy_graph.h.
|
private |
|
private |
Definition at line 102 of file policy_graph.cc.
|
private |
|
friend |
Definition at line 82 of file policy_graph.h.
|
private |
Definition at line 90 of file policy_graph.h.
|
private |
Definition at line 91 of file policy_graph.h.