

Public Member Functions | |
| SymSetIterator (OA_ptr< SymSet > pSet) | |
| ~SymSetIterator () | |
| void | operator++ () |
| void | operator++ (int i) |
| bool | isValid () const |
| is the iterator at the end | |
| SymHandle | current () const |
| return current node | |
| void | reset () |
Definition at line 118 of file SymAliasSets.hpp.
Definition at line 122 of file SymAliasSets.hpp.
| OA::Alias::SymAliasSets::SymSetIterator::~SymSetIterator | ( | ) | [inline] |
Definition at line 123 of file SymAliasSets.hpp.
| SymHandle OA::Alias::SymAliasSets::SymSetIterator::current | ( | ) | const [inline] |
return current node
Reimplemented from OA::DataFlow::IRHandleIterator< SymHandle >.
Definition at line 129 of file SymAliasSets.hpp.
Referenced by reset().
| bool OA::Alias::SymAliasSets::SymSetIterator::isValid | ( | ) | const [inline] |
is the iterator at the end
Reimplemented from OA::DataFlow::IRHandleIterator< SymHandle >.
Definition at line 127 of file SymAliasSets.hpp.
| void OA::Alias::SymAliasSets::SymSetIterator::operator++ | ( | int | i | ) | [inline] |
Reimplemented from OA::DataFlow::IRHandleIterator< SymHandle >.
Definition at line 126 of file SymAliasSets.hpp.
References operator++().

| void OA::Alias::SymAliasSets::SymSetIterator::operator++ | ( | ) | [inline] |
Reimplemented from OA::DataFlow::IRHandleIterator< SymHandle >.
Definition at line 125 of file SymAliasSets.hpp.
Referenced by operator++().
| void OA::Alias::SymAliasSets::SymSetIterator::reset | ( | ) | [inline] |
Definition at line 131 of file SymAliasSets.hpp.
References current().

1.7.1