ROSE
0.9.6a
|
#include <staticCFG.h>
Public Member Functions | |
CFGEdgeAttribute (const EdgeT &e) | |
void | setEdge (const EdgeT &e) |
EdgeT | getEdge () const |
Public Member Functions inherited from AstAttribute | |
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 | |
EdgeT | edge_ |
Definition at line 157 of file staticCFG.h.
|
inline |
Definition at line 161 of file staticCFG.h.
|
inline |
Definition at line 163 of file staticCFG.h.
References StaticCFG::CFGEdgeAttribute< EdgeT >::edge_.
|
inline |
Definition at line 166 of file staticCFG.h.
References StaticCFG::CFGEdgeAttribute< EdgeT >::edge_.
|
private |
Definition at line 159 of file staticCFG.h.
Referenced by StaticCFG::CFGEdgeAttribute< EdgeT >::getEdge(), and StaticCFG::CFGEdgeAttribute< EdgeT >::setEdge().