Iterator over procedures in the mProcToActiveMap. More...


Public Member Functions | |
| ActivityProcIter (OA_ptr< std::set< ProcHandle > > pSet) | |
| ~ActivityProcIter () | |
| ProcHandle | current () const |
| return current node | |
| bool | isValid () const |
| is the iterator at the end | |
| void | operator++ () |
| void | reset () |
Iterator over procedures in the mProcToActiveMap.
Definition at line 115 of file InterActiveFortran.hpp.
| OA::Activity::InterActiveFortran::ActivityProcIter::ActivityProcIter | ( | OA_ptr< std::set< ProcHandle > > | pSet | ) | [inline] |
Definition at line 119 of file InterActiveFortran.hpp.
| OA::Activity::InterActiveFortran::ActivityProcIter::~ActivityProcIter | ( | ) | [inline] |
Definition at line 121 of file InterActiveFortran.hpp.
| ProcHandle OA::Activity::InterActiveFortran::ActivityProcIter::current | ( | ) | const [inline, virtual] |
return current node
Reimplemented from OA::IRHandleSetIterator< ProcHandle >.
Definition at line 123 of file InterActiveFortran.hpp.
| bool OA::Activity::InterActiveFortran::ActivityProcIter::isValid | ( | ) | const [inline, virtual] |
is the iterator at the end
Reimplemented from OA::IRHandleSetIterator< ProcHandle >.
Definition at line 125 of file InterActiveFortran.hpp.
| void OA::Activity::InterActiveFortran::ActivityProcIter::operator++ | ( | ) | [inline, virtual] |
Reimplemented from OA::IRHandleSetIterator< ProcHandle >.
Definition at line 127 of file InterActiveFortran.hpp.
| void OA::Activity::InterActiveFortran::ActivityProcIter::reset | ( | ) | [inline, virtual] |
Reimplemented from OA::IRHandleSetIterator< ProcHandle >.
Definition at line 128 of file InterActiveFortran.hpp.
1.7.1