Public Member Functions | Private Attributes

OA::RIFG::OutgoingEdgesIterator Class Reference

#include <RIFG.hpp>

Collaboration diagram for OA::RIFG::OutgoingEdgesIterator:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 OutgoingEdgesIterator (const RIFG &rifg_, RIFG::NodeId nid)
 ~OutgoingEdgesIterator ()
RIFG::EdgeId current () const
void operator++ ()
bool isValid () const
void reset ()

Private Attributes

const RIFGrifg
OA_ptr
< OA::DGraph::EdgesIteratorInterface
it

Detailed Description

Definition at line 119 of file RIFG.hpp.


Constructor & Destructor Documentation

OA::RIFG::OutgoingEdgesIterator::OutgoingEdgesIterator ( const RIFG rifg_,
RIFG::NodeId  nid 
) [inline]

Definition at line 121 of file RIFG.hpp.

References OA::RIFG::getNode(), it, OA::n, and rifg.

Here is the call graph for this function:

OA::RIFG::OutgoingEdgesIterator::~OutgoingEdgesIterator (  )  [inline]

Definition at line 127 of file RIFG.hpp.


Member Function Documentation

RIFG::EdgeId OA::RIFG::OutgoingEdgesIterator::current (  )  const [inline]

Definition at line 129 of file RIFG.hpp.

References OA::RIFG::getEdgeId(), it, and rifg.

Here is the call graph for this function:

bool OA::RIFG::OutgoingEdgesIterator::isValid (  )  const [inline]

Definition at line 134 of file RIFG.hpp.

References it.

void OA::RIFG::OutgoingEdgesIterator::operator++ (  )  [inline]

Definition at line 133 of file RIFG.hpp.

void OA::RIFG::OutgoingEdgesIterator::reset (  )  [inline]

Definition at line 136 of file RIFG.hpp.

References it.


Member Data Documentation

Definition at line 140 of file RIFG.hpp.

Referenced by current(), isValid(), OutgoingEdgesIterator(), and reset().

Definition at line 139 of file RIFG.hpp.

Referenced by current(), and OutgoingEdgesIterator().


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