|
OpenADFortTk (basic)
|
#include <Open64IRInterface.hpp>

Public Member Functions | |
| Open64AssignPairIterator (OA::OA_ptr< AssignPairList > pAssignList) | |
| virtual | ~Open64AssignPairIterator () |
| OA::MemRefHandle | currentTarget () const |
| left hand side | |
| OA::ExprHandle | currentSource () const |
| right hand side | |
| bool | isValid () const |
| void | operator++ () |
| void | operator++ (int) |
| void | reset () |
Private Attributes | |
| OA::OA_ptr< AssignPairList > | mAssignList |
| AssignPairList::iterator | mIter |
Definition at line 427 of file Open64IRInterface.hpp.
| Open64AssignPairIterator::Open64AssignPairIterator | ( | OA::OA_ptr< AssignPairList > | pAssignList | ) | [inline] |
Definition at line 430 of file Open64IRInterface.hpp.
References reset().

| virtual Open64AssignPairIterator::~Open64AssignPairIterator | ( | ) | [inline, virtual] |
Definition at line 432 of file Open64IRInterface.hpp.
| OA::ExprHandle Open64AssignPairIterator::currentSource | ( | ) | const [inline] |
right hand side
Definition at line 439 of file Open64IRInterface.hpp.
References isValid(), and mIter.

| OA::MemRefHandle Open64AssignPairIterator::currentTarget | ( | ) | const [inline] |
left hand side
Definition at line 435 of file Open64IRInterface.hpp.
References isValid(), and mIter.

| bool Open64AssignPairIterator::isValid | ( | ) | const [inline] |
Definition at line 443 of file Open64IRInterface.hpp.
References mAssignList, and mIter.
Referenced by currentSource(), currentTarget(), and operator++().
| void Open64AssignPairIterator::operator++ | ( | ) | [inline] |
Definition at line 445 of file Open64IRInterface.hpp.
References isValid(), and mIter.

| void Open64AssignPairIterator::operator++ | ( | int | ) | [inline] |
Definition at line 446 of file Open64IRInterface.hpp.
| void Open64AssignPairIterator::reset | ( | ) | [inline] |
Definition at line 448 of file Open64IRInterface.hpp.
References mAssignList, and mIter.
Referenced by Open64AssignPairIterator().
OA::OA_ptr<AssignPairList> Open64AssignPairIterator::mAssignList [private] |
Definition at line 450 of file Open64IRInterface.hpp.
AssignPairList::iterator Open64AssignPairIterator::mIter [private] |
Definition at line 451 of file Open64IRInterface.hpp.
Referenced by currentSource(), currentTarget(), isValid(), operator++(), and reset().