#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 201 of file xaif2whirl.h.
| xaif2whirl::MyDGNode::MyDGNode | ( | const xercesc::DOMElement * | e_ | ) | [inline] |
Definition at line 203 of file xaif2whirl.h.
References Ctor().

| virtual xaif2whirl::MyDGNode::~MyDGNode | ( | ) | [inline, virtual] |
Definition at line 204 of file xaif2whirl.h.
| void xaif2whirl::MyDGNode::Ctor | ( | ) | [inline, private] |
| xercesc::DOMElement* xaif2whirl::MyDGNode::GetElem | ( | ) | const [inline] |
| virtual unsigned int xaif2whirl::MyDGNode::getId | ( | ) | const [inline, virtual] |
Reimplemented from OA::DGraph::NodeImplement.
Definition at line 209 of file xaif2whirl.h.
References id.
Referenced by xaif2whirl::xlate_CFGunstruct().
| static void xaif2whirl::MyDGNode::resetIds | ( | ) | [inline, static] |
Definition at line 211 of file xaif2whirl.h.
References nextId.
Referenced by xaif2whirl::CreateCFGraph(), and xaif2whirl::XlateExpression::createExpressionGraph().
const xercesc::DOMElement* xaif2whirl::MyDGNode::e [private] |
unsigned int xaif2whirl::MyDGNode::id [private] |
unsigned int xaif2whirl::MyDGNode::nextId = 1 [static, private] |
1.5.7.1