#include <virtualCFG.h>
Definition at line 278 of file virtualCFG.h.
VirtualCFG::InterestingNode::InterestingNode |
( |
CFGNode |
n) | |
|
|
inline |
std::string VirtualCFG::InterestingNode::toString |
( |
) | |
const |
|
inline |
std::string VirtualCFG::InterestingNode::toStringForDebugging |
( |
) | |
const |
|
inline |
std::string VirtualCFG::InterestingNode::id |
( |
) | |
const |
|
inline |
SgNode* VirtualCFG::InterestingNode::getNode |
( |
) | |
const |
|
inline |
const CFGNode& VirtualCFG::InterestingNode::toNode |
( |
) | |
const |
|
inline |
unsigned int VirtualCFG::InterestingNode::getIndex |
( |
) | |
const |
|
inline |
std::vector<InterestingEdge> VirtualCFG::InterestingNode::outEdges |
( |
) | |
const |
std::vector<InterestingEdge> VirtualCFG::InterestingNode::inEdges |
( |
) | |
const |
bool VirtualCFG::InterestingNode::isInteresting |
( |
) | |
const |
|
inline |
bool VirtualCFG::InterestingNode::operator== |
( |
const InterestingNode & |
o) | |
const |
|
inline |
bool VirtualCFG::InterestingNode::operator!= |
( |
const InterestingNode & |
o) | |
const |
|
inline |
bool VirtualCFG::InterestingNode::operator< |
( |
const InterestingNode & |
o) | |
const |
|
inline |
CFGNode VirtualCFG::InterestingNode::n |
|
private |
The documentation for this class was generated from the following file: