ROSE
0.9.6a
|
This class stores index of each node as an attribuite of SgGraphNode. More...
#include <staticCFG.h>
Public Member Functions | |
CFGNodeAttribute (int idx=0, SgIncidenceDirectedGraph *graph=NULL) | |
int | getIndex () const |
void | setIndex (int idx) |
const SgIncidenceDirectedGraph * | getGraph () const |
SgIncidenceDirectedGraph * | getGraph () |
void | setGraph (SgIncidenceDirectedGraph *graph) |
![]() | |
AstAttribute () | |
virtual | ~AstAttribute () |
virtual std::string | toString () |
AstAttribute * | constructor () |
std::string | attribute_class_name () |
virtual int | packed_size () |
virtual char * | packed_data () |
virtual void | unpacked_data (int size, char *data) |
virtual std::string | additionalNodeOptions () |
virtual std::vector < AttributeEdgeInfo > | additionalEdgeInfo () |
virtual std::vector < AttributeNodeInfo > | additionalNodeInfo () |
virtual AstAttribute * | copy () |
virtual bool | commentOutNodeInGraph () |
Private Attributes | |
int | index_ |
SgIncidenceDirectedGraph * | graph_ |
This class stores index of each node as an attribuite of SgGraphNode.
Definition at line 136 of file staticCFG.h.
|
inline |
Definition at line 142 of file staticCFG.h.
|
inline |
Definition at line 145 of file staticCFG.h.
References index_.
|
inline |
Definition at line 147 of file staticCFG.h.
References index_.
|
inline |
Definition at line 149 of file staticCFG.h.
References graph_.
|
inline |
Definition at line 150 of file staticCFG.h.
References graph_.
|
inline |
Definition at line 152 of file staticCFG.h.
References graph_.
|
private |
Definition at line 138 of file staticCFG.h.
Referenced by getIndex(), and setIndex().
|
private |
Definition at line 139 of file staticCFG.h.
Referenced by getGraph(), and setGraph().