#include <ReachDefsStandard.hpp>


Public Member Functions | |
| ReachDefsStandardReachDefsIterator (OA_ptr< std::set< StmtHandle > > pSet) | |
| ~ReachDefsStandardReachDefsIterator () | |
| void | operator++ () |
| bool | isValid () const |
| StmtHandle | current () const |
| void | reset () |
Inherits interface and postfix from Interface::ReachDefsIterator and inherits rest of implementation implementation from IRHandleSetIterator<StmtHandle>
Definition at line 95 of file ReachDefsStandard.hpp.
| OA::ReachDefs::ReachDefsStandard::ReachDefsStandardReachDefsIterator::ReachDefsStandardReachDefsIterator | ( | OA_ptr< std::set< StmtHandle > > | pSet | ) | [inline] |
Definition at line 100 of file ReachDefsStandard.hpp.
| OA::ReachDefs::ReachDefsStandard::ReachDefsStandardReachDefsIterator::~ReachDefsStandardReachDefsIterator | ( | ) | [inline] |
Definition at line 102 of file ReachDefsStandard.hpp.
| StmtHandle OA::ReachDefs::ReachDefsStandard::ReachDefsStandardReachDefsIterator::current | ( | ) | const [inline, virtual] |
Implements OA::StmtHandleIterator.
Definition at line 107 of file ReachDefsStandard.hpp.
Referenced by reset().
| bool OA::ReachDefs::ReachDefsStandard::ReachDefsStandardReachDefsIterator::isValid | ( | ) | const [inline, virtual] |
Implements OA::StmtHandleIterator.
Definition at line 105 of file ReachDefsStandard.hpp.
| void OA::ReachDefs::ReachDefsStandard::ReachDefsStandardReachDefsIterator::operator++ | ( | ) | [inline, virtual] |
Implements OA::StmtHandleIterator.
Definition at line 104 of file ReachDefsStandard.hpp.
| void OA::ReachDefs::ReachDefsStandard::ReachDefsStandardReachDefsIterator::reset | ( | ) | [inline, virtual] |
Implements OA::StmtHandleIterator.
Definition at line 109 of file ReachDefsStandard.hpp.
References current().

1.7.1