Generic iterator over ProcHandle's. More...
#include <IRHandles.hpp>

Public Member Functions | |
| ProcHandleIterator () | |
| virtual | ~ProcHandleIterator () |
| virtual ProcHandle | current () const =0 |
| virtual bool | isValid () const =0 |
| virtual void | operator++ ()=0 |
| void | operator++ (int) |
| virtual void | reset ()=0 |
Generic iterator over ProcHandle's.
Definition at line 302 of file IRHandles.hpp.
| OA::ProcHandleIterator::ProcHandleIterator | ( | ) | [inline] |
Definition at line 304 of file IRHandles.hpp.
| virtual OA::ProcHandleIterator::~ProcHandleIterator | ( | ) | [inline, virtual] |
Definition at line 305 of file IRHandles.hpp.
| virtual ProcHandle OA::ProcHandleIterator::current | ( | ) | const [pure virtual] |
| virtual bool OA::ProcHandleIterator::isValid | ( | ) | const [pure virtual] |
| void OA::ProcHandleIterator::operator++ | ( | int | ) | [inline] |
Reimplemented in OA::Alias::AnalyzedProcIterator.
Definition at line 311 of file IRHandles.hpp.
| virtual void OA::ProcHandleIterator::operator++ | ( | ) | [pure virtual] |
| virtual void OA::ProcHandleIterator::reset | ( | ) | [pure virtual] |
1.6.1