#include <AliasMap.hpp>


Public Member Functions | |
| AliasMapMemRefIter (OA_ptr< std::set< MemRefHandle > > pSet) | |
| ~AliasMapMemRefIter () | |
| void | operator++ () |
| bool | isValid () const |
| is the iterator at the end | |
| MemRefHandle | current () const |
| return current node | |
| void | reset () |
Definition at line 44 of file AliasMap.hpp.
| OA::Alias::AliasMapMemRefIter::AliasMapMemRefIter | ( | OA_ptr< std::set< MemRefHandle > > | pSet | ) | [inline] |
Definition at line 48 of file AliasMap.hpp.
| OA::Alias::AliasMapMemRefIter::~AliasMapMemRefIter | ( | ) | [inline] |
Definition at line 50 of file AliasMap.hpp.
| MemRefHandle OA::Alias::AliasMapMemRefIter::current | ( | ) | const [inline, virtual] |
return current node
Reimplemented from OA::IRHandleSetIterator< T >.
Definition at line 55 of file AliasMap.hpp.
Referenced by reset().
| bool OA::Alias::AliasMapMemRefIter::isValid | ( | ) | const [inline, virtual] |
is the iterator at the end
Reimplemented from OA::IRHandleSetIterator< T >.
Definition at line 53 of file AliasMap.hpp.
| void OA::Alias::AliasMapMemRefIter::operator++ | ( | ) | [inline, virtual] |
| void OA::Alias::AliasMapMemRefIter::reset | ( | ) | [inline, virtual] |
Reimplemented from OA::IRHandleSetIterator< T >.
Definition at line 57 of file AliasMap.hpp.
References current().

1.5.7.1