Public Member Functions | Protected Member Functions | Private Attributes | Friends

OA::DGraph::NodesIteratorImplement Class Reference

#include <DGraphImplement.hpp>

Inheritance diagram for OA::DGraph::NodesIteratorImplement:
Inheritance graph
[legend]
Collaboration diagram for OA::DGraph::NodesIteratorImplement:
Collaboration graph
[legend]

List of all members.

Public Member Functions

OA_ptr< NodeInterfacecurrent () const
void operator++ ()
void operator++ (int)
bool isValid () const
void reset ()

Protected Member Functions

 NodesIteratorImplement (OA_ptr< NodesIteratorInterface > ni)
 NodesIteratorImplement (OA_ptr< std::list< OA_ptr< NodeInterface > > > nlist)

Private Attributes

OA_ptr< std::list< OA_ptr
< NodeInterface > > > 
mNodeList
std::list< OA_ptr
< NodeInterface > >::iterator 
mIter

Friends

class DGraphImplement
class NodeImplement

Detailed Description

Definition at line 52 of file DGraphImplement.hpp.


Constructor & Destructor Documentation

OA::DGraph::NodesIteratorImplement::NodesIteratorImplement ( OA_ptr< NodesIteratorInterface ni  )  [protected]

Definition at line 640 of file DGraphImplement.cpp.

References OA::OA_ptr< T >::convert(), mIter, and mNodeList.

Here is the call graph for this function:

OA::DGraph::NodesIteratorImplement::NodesIteratorImplement ( OA_ptr< std::list< OA_ptr< NodeInterface > > >  nlist  )  [protected]

Definition at line 668 of file DGraphImplement.cpp.


Member Function Documentation

OA_ptr<NodeInterface> OA::DGraph::NodesIteratorImplement::current (  )  const [inline, virtual]
bool OA::DGraph::NodesIteratorImplement::isValid (  )  const [inline, virtual]

Implements OA::DGraph::NodesIteratorInterface.

Definition at line 60 of file DGraphImplement.hpp.

References mIter, and mNodeList.

void OA::DGraph::NodesIteratorImplement::operator++ (  )  [inline, virtual]

Implements OA::DGraph::NodesIteratorInterface.

Definition at line 58 of file DGraphImplement.hpp.

References mIter.

void OA::DGraph::NodesIteratorImplement::operator++ ( int   )  [inline, virtual]

Implements OA::DGraph::NodesIteratorInterface.

Definition at line 59 of file DGraphImplement.hpp.

void OA::DGraph::NodesIteratorImplement::reset (  )  [inline, virtual]

Implements OA::DGraph::NodesIteratorInterface.

Definition at line 61 of file DGraphImplement.hpp.

References mIter, and mNodeList.


Friends And Related Function Documentation

friend class DGraphImplement [friend]

Definition at line 53 of file DGraphImplement.hpp.

friend class NodeImplement [friend]

Definition at line 54 of file DGraphImplement.hpp.


Member Data Documentation

Definition at line 65 of file DGraphImplement.hpp.

Referenced by current(), isValid(), NodesIteratorImplement(), operator++(), and reset().

Definition at line 64 of file DGraphImplement.hpp.

Referenced by isValid(), NodesIteratorImplement(), and reset().


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