Rose2xaif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
rose2xaif::SgXAIF::ControlFlowVertex Class Referenceabstract

#include <XAIFGraphImpl.hpp>

Inheritance diagram for rose2xaif::SgXAIF::ControlFlowVertex:
Collaboration diagram for rose2xaif::SgXAIF::ControlFlowVertex:

Public Member Functions

 ControlFlowVertex (ControlFlowGraph &cfg)
 
 ControlFlowVertex (Replacement &rp)
 
virtual void initAttributes ()=0
 
- Public Member Functions inherited from rose2xaif::SgXAIF::DefaultVertex
 DefaultVertex ()
 
virtual ~DefaultVertex ()
 
virtual std::string getId () const
 
virtual void addInedge (Edge *e)
 
virtual void addOutedge (Edge *e)
 
virtual EdgePVector getInedges () const
 
virtual EdgePVector getOutedges () const
 
virtual VertexPVector getPredecessors () const
 
virtual VertexPVector getSuccessors () const
 
virtual GraphgetGraph () const
 
virtual void setParent (XAIFElement *el)
 
- Public Member Functions inherited from rose2xaif::SgXAIF::Vertex
 Vertex ()
 
virtual ~Vertex ()
 
- Public Member Functions inherited from rose2xaif::SgXAIF::XAIFElement
 XAIFElement ()
 
virtual ~XAIFElement ()
 
virtual std::string toString () const
 
bool hasAttribute (const std::string key) const
 
std::string getAttribute (const std::string &key) const
 
bool getBoolAttribute (const std::string &key) const
 
void setAttribute (std::string key, std::string val)
 
void setBoolAttribute (const std::string &key, bool val)
 
void resetAllAttributes (const AttributeMap &atts)
 
virtual AttributeMapgetAttributes ()
 
virtual XAIFElementPVectorgetChildren ()
 
virtual void addChild (XAIFElement &el)
 
bool hasParent () const
 
virtual XAIFElementgetParent ()
 
virtual bool empty ()
 
virtual std::string toXMLBegin () const
 
virtual std::string toXMLAttr () const
 
virtual std::string toXMLEnd () const
 
int getNestingLevel () const
 
void setLevel (int l)
 
bool hasSgNode () const
 
SgNode * getSgNode () const
 
void setSgNode (SgNode *sgn)
 
void debugPrint ()
 

Additional Inherited Members

- Protected Member Functions inherited from rose2xaif::SgXAIF::DefaultVertex
virtual void setId (std::string id)
 
virtual void setGraph (Graph *g)
 
- Protected Attributes inherited from rose2xaif::SgXAIF::DefaultVertex
GraphmyGraphContainer_p
 
VertexPVector myPredecessors
 
VertexPVector mySuccessors
 
EdgePVector myInEdges
 
EdgePVector myOutEdges
 

Detailed Description

Definition at line 987 of file XAIFGraphImpl.hpp.

Constructor & Destructor Documentation

rose2xaif::SgXAIF::ControlFlowVertex::ControlFlowVertex ( ControlFlowGraph cfg)

Definition at line 179 of file XAIFGraphImpl.cpp.

References rose2xaif::SgXAIF::GraphWithOrderedVertices::addVertex().

Here is the call graph for this function:

rose2xaif::SgXAIF::ControlFlowVertex::ControlFlowVertex ( Replacement rp)

Definition at line 182 of file XAIFGraphImpl.cpp.

References rose2xaif::SgXAIF::GraphWithOrderedVertices::addVertex().

Here is the call graph for this function:

Member Function Documentation


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