OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PolicyGraphVertex::edge_iterator Class Reference

#include <policy_vertex.h>

Inheritance diagram for PolicyGraphVertex::edge_iterator:
Collaboration diagram for PolicyGraphVertex::edge_iterator:

Public Member Functions

 edge_iterator ()
 
 edge_iterator (PolicyGraph *graph, PolicyGraphVertex *vertex)
 
PolicyGraphVertextarget () const
 

Private Member Functions

void increment ()
 
bool equal (const edge_iterator &rhs) const
 
PolicyGraphEdgedereference () const
 

Private Attributes

PolicyGraphgraph_
 
PolicyGraphVertexvertex_
 
PolicyGraphBase::out_edge_iterator iter_
 
PolicyGraphBase::out_edge_iterator end_
 

Friends

class boost::iterator_core_access
 

Detailed Description

Definition at line 61 of file policy_vertex.h.

Constructor & Destructor Documentation

PolicyGraphVertex::edge_iterator::edge_iterator ( )

Definition at line 27 of file policy_vertex.cc.

PolicyGraphVertex::edge_iterator::edge_iterator ( PolicyGraph graph,
PolicyGraphVertex vertex 
)

Definition at line 31 of file policy_vertex.cc.

Here is the call graph for this function:

Member Function Documentation

PolicyGraphEdge & PolicyGraphVertex::edge_iterator::dereference ( ) const
private

Definition at line 37 of file policy_vertex.cc.

bool PolicyGraphVertex::edge_iterator::equal ( const edge_iterator rhs) const
inlineprivate

Definition at line 73 of file policy_vertex.h.

void PolicyGraphVertex::edge_iterator::increment ( )
inlineprivate

Definition at line 70 of file policy_vertex.h.

PolicyGraphVertex * PolicyGraphVertex::edge_iterator::target ( ) const

Definition at line 42 of file policy_vertex.cc.

Here is the call graph for this function:

Friends And Related Function Documentation

friend class boost::iterator_core_access
friend

Definition at line 69 of file policy_vertex.h.

Member Data Documentation

PolicyGraphBase::out_edge_iterator PolicyGraphVertex::edge_iterator::end_
private

Definition at line 86 of file policy_vertex.h.

PolicyGraph* PolicyGraphVertex::edge_iterator::graph_
private

Definition at line 83 of file policy_vertex.h.

PolicyGraphBase::out_edge_iterator PolicyGraphVertex::edge_iterator::iter_
private

Definition at line 85 of file policy_vertex.h.

PolicyGraphVertex* PolicyGraphVertex::edge_iterator::vertex_
private

Definition at line 84 of file policy_vertex.h.


The documentation for this class was generated from the following files: