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

#include <db_graph.h>

Inheritance diagram for DBGraph::edge_iterator:
Collaboration diagram for DBGraph::edge_iterator:

Public Member Functions

 edge_iterator (DBGraph *graph)
 

Private Member Functions

void increment ()
 
bool equal (const edge_iterator &rhs) const
 
DBEdgeInfo dereference () const
 

Private Attributes

DBGraphgraph_
 
DBGraphBase::edge_iterator iter_
 
DBGraphBase::edge_iterator end_
 

Friends

class boost::iterator_core_access
 

Detailed Description

Definition at line 46 of file db_graph.h.

Constructor & Destructor Documentation

DBGraph::edge_iterator::edge_iterator ( DBGraph graph)
explicit

Definition at line 235 of file db_graph.cc.

Here is the call graph for this function:

Member Function Documentation

DBGraph::DBEdgeInfo DBGraph::edge_iterator::dereference ( ) const
private

Definition at line 241 of file db_graph.cc.

bool DBGraph::edge_iterator::equal ( const edge_iterator rhs) const
private

Definition at line 248 of file db_graph.cc.

void DBGraph::edge_iterator::increment ( )
inlineprivate

Definition at line 53 of file db_graph.h.

Friends And Related Function Documentation

friend class boost::iterator_core_access
friend

Definition at line 52 of file db_graph.h.

Member Data Documentation

DBGraphBase::edge_iterator DBGraph::edge_iterator::end_
private

Definition at line 60 of file db_graph.h.

DBGraph* DBGraph::edge_iterator::graph_
private

Definition at line 58 of file db_graph.h.

DBGraphBase::edge_iterator DBGraph::edge_iterator::iter_
private

Definition at line 59 of file db_graph.h.


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