OA::DGraph::EdgeImplement Class Reference

#include <DGraphImplement.hpp>

Inheritance diagram for OA::DGraph::EdgeImplement:
Inheritance graph
[legend]
Collaboration diagram for OA::DGraph::EdgeImplement:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 EdgeImplement (OA_ptr< NodeInterface > source, OA_ptr< NodeInterface > sink)
virtual unsigned int getId () const
virtual OA_ptr< NodeInterfacegetSource () const
virtual OA_ptr< NodeInterfacegetSink () const
bool operator== (EdgeInterface &other)
bool operator< (EdgeInterface &other)
void output (IRHandlesIRInterface &ir)
void dump (std::ostream &os)

Private Attributes

OA_ptr< NodeInterfacemSourceNode
 used by inheriters to gain write access to mType
OA_ptr< NodeInterfacemSinkNode
unsigned int mId

Static Private Attributes

static unsigned int sNextId = 1

Detailed Description

Definition at line 149 of file DGraphImplement.hpp.


Constructor & Destructor Documentation

OA::DGraph::EdgeImplement::EdgeImplement ( OA_ptr< NodeInterface source,
OA_ptr< NodeInterface sink 
)

Definition at line 501 of file DGraphImplement.cpp.

References mId, and sNextId.


Member Function Documentation

void OA::DGraph::EdgeImplement::dump ( std::ostream &  os  )  [virtual]

Implements OA::DGraph::EdgeInterface.

Reimplemented in OA::CallGraph::Edge, OA::CFG::Edge, and OA::ICFG::Edge.

Definition at line 496 of file DGraphImplement.cpp.

References getId().

Here is the call graph for this function:

virtual unsigned int OA::DGraph::EdgeImplement::getId (  )  const [inline, virtual]

Implements OA::DGraph::EdgeInterface.

Definition at line 157 of file DGraphImplement.hpp.

References mId.

Referenced by dump(), operator<(), operator==(), OA::ICFG::Edge::output(), and output().

OA_ptr< NodeInterface > OA::DGraph::EdgeImplement::getSink (  )  const [virtual]
OA_ptr< NodeInterface > OA::DGraph::EdgeImplement::getSource (  )  const [virtual]
bool OA::DGraph::EdgeImplement::operator< ( EdgeInterface other  ) 

Definition at line 484 of file DGraphImplement.cpp.

References OA::DGraph::EdgeInterface::getId(), and getId().

Here is the call graph for this function:

bool OA::DGraph::EdgeImplement::operator== ( EdgeInterface other  ) 

Definition at line 479 of file DGraphImplement.cpp.

References OA::DGraph::EdgeInterface::getId(), and getId().

Here is the call graph for this function:

void OA::DGraph::EdgeImplement::output ( IRHandlesIRInterface ir  )  [virtual]

Implements OA::Annotation.

Reimplemented in OA::CallGraph::Edge, OA::CFG::Edge, and OA::ICFG::Edge.

Definition at line 489 of file DGraphImplement.cpp.

References getId(), and OA::Annotation::sOutBuild.

Here is the call graph for this function:


Member Data Documentation

unsigned int OA::DGraph::EdgeImplement::mId [private]

Definition at line 186 of file DGraphImplement.hpp.

Referenced by EdgeImplement(), and getId().

Definition at line 185 of file DGraphImplement.hpp.

Referenced by getSink().

used by inheriters to gain write access to mType

Definition at line 184 of file DGraphImplement.hpp.

Referenced by getSource().

unsigned int OA::DGraph::EdgeImplement::sNextId = 1 [static, private]

Definition at line 187 of file DGraphImplement.hpp.

Referenced by EdgeImplement().


The documentation for this class was generated from the following files:

Generated on Sat Oct 31 05:31:22 2009 for OpenAnalysis by  doxygen 1.6.1