An iterator over Symbols. More...
#include <OverlapSymIterator.hpp>


Public Member Functions | |
| OverlapSymIterator (OA::OA_ptr< set< OA::SymHandle > > pSet) | |
| ~OverlapSymIterator () | |
| void | operator++ () |
| bool | isValid () const |
| is the iterator at the end | |
| OA::SymHandle | current () const |
| return current node | |
| void | reset () |
An iterator over Symbols.
Definition at line 23 of file OverlapSymIterator.hpp.
| OA::OverlapSymIterator::OverlapSymIterator | ( | OA::OA_ptr< set< OA::SymHandle > > | pSet | ) | [inline] |
Definition at line 27 of file OverlapSymIterator.hpp.
| OA::OverlapSymIterator::~OverlapSymIterator | ( | ) | [inline] |
Definition at line 29 of file OverlapSymIterator.hpp.
| OA::SymHandle OA::OverlapSymIterator::current | ( | ) | const [inline, virtual] |
return current node
Reimplemented from OA::IRHandleSetIterator< OA::SymHandle >.
Definition at line 34 of file OverlapSymIterator.hpp.
Referenced by reset().
| bool OA::OverlapSymIterator::isValid | ( | ) | const [inline, virtual] |
is the iterator at the end
Reimplemented from OA::IRHandleSetIterator< OA::SymHandle >.
Definition at line 32 of file OverlapSymIterator.hpp.
| void OA::OverlapSymIterator::operator++ | ( | ) | [inline, virtual] |
Reimplemented from OA::IRHandleSetIterator< OA::SymHandle >.
Definition at line 31 of file OverlapSymIterator.hpp.
| void OA::OverlapSymIterator::reset | ( | ) | [inline, virtual] |
Reimplemented from OA::IRHandleSetIterator< OA::SymHandle >.
Definition at line 36 of file OverlapSymIterator.hpp.
References current().

1.7.1