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

#include <db_graph_vertex.h>

Inheritance diagram for DBGraphVertex::adjacency_iterator:
Collaboration diagram for DBGraphVertex::adjacency_iterator:

Public Member Functions

 adjacency_iterator ()
 
 adjacency_iterator (DBGraph *graph, Vertex vertex)
 

Private Member Functions

void increment ()
 
bool equal (const adjacency_iterator &rhs) const
 
DBGraphVertexdereference () const
 

Private Attributes

DBGraphgraph_
 
DBGraphBase::adjacency_iterator iter_
 
DBGraphBase::adjacency_iterator end_
 

Friends

class boost::iterator_core_access
 

Detailed Description

Definition at line 30 of file db_graph_vertex.h.

Constructor & Destructor Documentation

DBGraphVertex::adjacency_iterator::adjacency_iterator ( )

Definition at line 12 of file db_graph_vertex.cc.

DBGraphVertex::adjacency_iterator::adjacency_iterator ( DBGraph graph,
Vertex  vertex 
)

Definition at line 16 of file db_graph_vertex.cc.

Here is the call graph for this function:

Member Function Documentation

DBGraphVertex & DBGraphVertex::adjacency_iterator::dereference ( ) const
private

Definition at line 22 of file db_graph_vertex.cc.

bool DBGraphVertex::adjacency_iterator::equal ( const adjacency_iterator rhs) const
inlineprivate

Definition at line 41 of file db_graph_vertex.h.

void DBGraphVertex::adjacency_iterator::increment ( )
inlineprivate

Definition at line 38 of file db_graph_vertex.h.

Friends And Related Function Documentation

friend class boost::iterator_core_access
friend

Definition at line 37 of file db_graph_vertex.h.

Member Data Documentation

DBGraphBase::adjacency_iterator DBGraphVertex::adjacency_iterator::end_
private

Definition at line 53 of file db_graph_vertex.h.

DBGraph* DBGraphVertex::adjacency_iterator::graph_
private

Definition at line 51 of file db_graph_vertex.h.

DBGraphBase::adjacency_iterator DBGraphVertex::adjacency_iterator::iter_
private

Definition at line 52 of file db_graph_vertex.h.


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