|
OpenADFortTk (basic)
|
#include <Open64IRInterface.hpp>
Public Member Functions | |
| Open64IRRegionStmtIterator (WN *wn) | |
| virtual | ~Open64IRRegionStmtIterator () |
| virtual OA::StmtHandle | current () const |
| virtual bool | isValid () const |
| virtual void | operator++ () |
| virtual void | reset () |
Private Attributes | |
| WN * | start_wn |
| WN * | curr_wn |
Definition at line 126 of file Open64IRInterface.hpp.
| Open64IRRegionStmtIterator::Open64IRRegionStmtIterator | ( | WN * | wn | ) | [inline] |
Definition at line 128 of file Open64IRInterface.hpp.
References reset().

| virtual Open64IRRegionStmtIterator::~Open64IRRegionStmtIterator | ( | ) | [inline, virtual] |
Definition at line 129 of file Open64IRInterface.hpp.
| virtual OA::StmtHandle Open64IRRegionStmtIterator::current | ( | ) | const [inline, virtual] |
Definition at line 131 of file Open64IRInterface.hpp.
References curr_wn.
| virtual bool Open64IRRegionStmtIterator::isValid | ( | ) | const [inline, virtual] |
Definition at line 132 of file Open64IRInterface.hpp.
References curr_wn.
| virtual void Open64IRRegionStmtIterator::operator++ | ( | ) | [inline, virtual] |
Definition at line 133 of file Open64IRInterface.hpp.
References curr_wn.
| virtual void Open64IRRegionStmtIterator::reset | ( | ) | [inline, virtual] |
Definition at line 136 of file Open64IRInterface.hpp.
References curr_wn, and start_wn.
Referenced by Open64IRRegionStmtIterator().
WN* Open64IRRegionStmtIterator::curr_wn [private] |
Definition at line 140 of file Open64IRInterface.hpp.
Referenced by current(), isValid(), operator++(), and reset().
WN* Open64IRRegionStmtIterator::start_wn [private] |
Definition at line 139 of file Open64IRInterface.hpp.
Referenced by reset().