#include <ActiveStandard.hpp>


Public Member Functions | |
| ActiveStmtIterator (OA::OA_ptr< std::set< OA::StmtHandle > > pList) | |
| ~ActiveStmtIterator () | |
| void | operator++ () |
| bool | isValid () const |
| OA::StmtHandle | current () const |
| void | reset () |
Definition at line 137 of file ActiveStandard.hpp.
| OA::Activity::ActiveStmtIterator::ActiveStmtIterator | ( | OA::OA_ptr< std::set< OA::StmtHandle > > | pList | ) | [inline] |
Definition at line 141 of file ActiveStandard.hpp.
| OA::Activity::ActiveStmtIterator::~ActiveStmtIterator | ( | ) | [inline] |
Definition at line 143 of file ActiveStandard.hpp.
| OA::StmtHandle OA::Activity::ActiveStmtIterator::current | ( | ) | const [inline, virtual] |
Implements OA::StmtHandleIterator.
Definition at line 148 of file ActiveStandard.hpp.
Referenced by reset().
| bool OA::Activity::ActiveStmtIterator::isValid | ( | ) | const [inline, virtual] |
| void OA::Activity::ActiveStmtIterator::operator++ | ( | ) | [inline, virtual] |
| void OA::Activity::ActiveStmtIterator::reset | ( | ) | [inline, virtual] |
Implements OA::StmtHandleIterator.
Definition at line 150 of file ActiveStandard.hpp.
References current().

1.5.7.1