#include <DUGInterface.hpp>


Public Member Functions | |
| NodesIteratorInterface () | |
| ~NodesIteratorInterface () | |
| virtual OA_ptr< NodeInterface > | currentDUGNode () const =0 |
| NodesIteratorInterface () | |
| ~NodesIteratorInterface () | |
| virtual OA_ptr< NodeInterface > | currentDUGNode () const =0 |
An iterator over DUG::Nodes that satisfies the interface for all different iterator types.
Definition at line 153 of file CSFIActivity/DUGInterface.hpp.
| OA::DUG::NodesIteratorInterface::NodesIteratorInterface | ( | ) | [inline] |
Definition at line 156 of file CSFIActivity/DUGInterface.hpp.
| OA::DUG::NodesIteratorInterface::~NodesIteratorInterface | ( | ) | [inline, virtual] |
Reimplemented from OA::DGraph::NodesIteratorInterface.
Definition at line 157 of file CSFIActivity/DUGInterface.hpp.
| OA::DUG::NodesIteratorInterface::NodesIteratorInterface | ( | ) | [inline] |
Definition at line 158 of file CSFSActivity/DUGInterface.hpp.
| OA::DUG::NodesIteratorInterface::~NodesIteratorInterface | ( | ) | [inline, virtual] |
Reimplemented from OA::DGraph::NodesIteratorInterface.
Definition at line 159 of file CSFSActivity/DUGInterface.hpp.
| virtual OA_ptr<NodeInterface> OA::DUG::NodesIteratorInterface::currentDUGNode | ( | ) | const [pure virtual] |
Implemented in OA::DUG::NodesIterator, and OA::DUG::NodesIterator.
| virtual OA_ptr<NodeInterface> OA::DUG::NodesIteratorInterface::currentDUGNode | ( | ) | const [pure virtual] |
Implemented in OA::DUG::NodesIterator, and OA::DUG::NodesIterator.
1.7.1