Chi-Tech
chi::DirectedGraph::VertexAccessor::iterator Class Reference

#include <chi_directed_graph.h>

Public Member Functions

 iterator (VertexAccessor &in_block, size_t i)
 
iterator operator++ ()
 
iterator operator++ (int junk)
 
GraphVertexoperator* ()
 
GraphVertexoperator-> ()
 
bool operator== (const iterator &rhs) const
 
bool operator!= (const iterator &rhs) const
 

Data Fields

VertexAccessorref_block
 
size_t ref_element
 

Detailed Description

Internal iterator class for vertex accessor.

Definition at line 32 of file chi_directed_graph.h.

Constructor & Destructor Documentation

◆ iterator()

chi::DirectedGraph::VertexAccessor::iterator::iterator ( VertexAccessor in_block,
size_t  i 
)
inline

Definition at line 38 of file chi_directed_graph.h.

Member Function Documentation

◆ operator!=()

bool chi::DirectedGraph::VertexAccessor::iterator::operator!= ( const iterator rhs) const
inline

Definition at line 73 of file chi_directed_graph.h.

◆ operator*()

GraphVertex & chi::DirectedGraph::VertexAccessor::iterator::operator* ( )
inline

Definition at line 67 of file chi_directed_graph.h.

◆ operator++() [1/2]

iterator chi::DirectedGraph::VertexAccessor::iterator::operator++ ( )
inline

Definition at line 42 of file chi_directed_graph.h.

◆ operator++() [2/2]

iterator chi::DirectedGraph::VertexAccessor::iterator::operator++ ( int  junk)
inline

Definition at line 55 of file chi_directed_graph.h.

◆ operator->()

GraphVertex * chi::DirectedGraph::VertexAccessor::iterator::operator-> ( )
inline

Definition at line 69 of file chi_directed_graph.h.

◆ operator==()

bool chi::DirectedGraph::VertexAccessor::iterator::operator== ( const iterator rhs) const
inline

Definition at line 71 of file chi_directed_graph.h.

Field Documentation

◆ ref_block

VertexAccessor& chi::DirectedGraph::VertexAccessor::iterator::ref_block

Definition at line 35 of file chi_directed_graph.h.

◆ ref_element

size_t chi::DirectedGraph::VertexAccessor::iterator::ref_element

Definition at line 36 of file chi_directed_graph.h.


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