|
OpenADFortTk (basic)
|
#include <xaif2whirl.h>
Public Member Functions | |
| MyDGNode (const xercesc::DOMElement *e_) | |
| virtual | ~MyDGNode () |
| xercesc::DOMElement * | GetElem () const |
| virtual unsigned int | getId () const |
Static Public Member Functions | |
| static void | resetIds () |
Private Member Functions | |
| void | Ctor () |
Private Attributes | |
| const xercesc::DOMElement * | e |
| unsigned int | id |
Static Private Attributes | |
| static unsigned int | nextId = 1 |
Definition at line 193 of file xaif2whirl.h.
| xaif2whirl::MyDGNode::MyDGNode | ( | const xercesc::DOMElement * | e_ | ) | [inline] |
Definition at line 195 of file xaif2whirl.h.
References Ctor().

| virtual xaif2whirl::MyDGNode::~MyDGNode | ( | ) | [inline, virtual] |
Definition at line 196 of file xaif2whirl.h.
| void xaif2whirl::MyDGNode::Ctor | ( | ) | [inline, private] |
| xercesc::DOMElement* xaif2whirl::MyDGNode::GetElem | ( | ) | const [inline] |
Definition at line 198 of file xaif2whirl.h.
References e.
Referenced by xaif2whirl::getOrderedSinkNodesList(), xaif2whirl::getReversePostDFSListR(), xaif2whirl::xlate_CFGstruct(), and xaif2whirl::xlate_CFGunstruct().
| virtual unsigned int xaif2whirl::MyDGNode::getId | ( | ) | const [inline, virtual] |
Definition at line 201 of file xaif2whirl.h.
References id.
| static void xaif2whirl::MyDGNode::resetIds | ( | ) | [inline, static] |
Definition at line 203 of file xaif2whirl.h.
References nextId.
Referenced by xaif2whirl::CreateCFGraph(), and xaif2whirl::XlateExpression::createExpressionGraph().
const xercesc::DOMElement* xaif2whirl::MyDGNode::e [private] |
Definition at line 209 of file xaif2whirl.h.
Referenced by GetElem().
unsigned int xaif2whirl::MyDGNode::id [private] |
Definition at line 210 of file xaif2whirl.h.
Referenced by getId().
unsigned int xaif2whirl::MyDGNode::nextId = 1 [static, private] |
Definition at line 207 of file xaif2whirl.h.
Referenced by Ctor(), and resetIds().