ROSE 0.11.145.147
Public Member Functions | List of all members
VirtualCFG::InterestingNode Class Reference

Description

Definition at line 281 of file virtualCFG.h.

Public Member Functions

 InterestingNode (CFGNode n)
 
std::string toString () const
 
std::string toStringForDebugging () const
 
std::string id () const
 
SgNodegetNode () const
 
const CFGNodetoNode () const
 
unsigned int getIndex () const
 
std::vector< InterestingEdgeoutEdges () const
 
std::vector< InterestingEdgeinEdges () const
 
bool isInteresting () const
 
bool operator== (const InterestingNode &o) const
 
bool operator!= (const InterestingNode &o) const
 
bool operator< (const InterestingNode &o) const
 

Constructor & Destructor Documentation

◆ InterestingNode()

VirtualCFG::InterestingNode::InterestingNode ( CFGNode  n)
inline

Definition at line 285 of file virtualCFG.h.

Member Function Documentation

◆ toString()

std::string VirtualCFG::InterestingNode::toString ( ) const
inline

Definition at line 286 of file virtualCFG.h.

◆ toStringForDebugging()

std::string VirtualCFG::InterestingNode::toStringForDebugging ( ) const
inline

Definition at line 287 of file virtualCFG.h.

◆ id()

std::string VirtualCFG::InterestingNode::id ( ) const
inline

Definition at line 288 of file virtualCFG.h.

◆ getNode()

SgNode * VirtualCFG::InterestingNode::getNode ( ) const
inline

Definition at line 289 of file virtualCFG.h.

◆ toNode()

const CFGNode & VirtualCFG::InterestingNode::toNode ( ) const
inline

Definition at line 290 of file virtualCFG.h.

◆ getIndex()

unsigned int VirtualCFG::InterestingNode::getIndex ( ) const
inline

Definition at line 291 of file virtualCFG.h.

◆ isInteresting()

bool VirtualCFG::InterestingNode::isInteresting ( ) const
inline

Definition at line 294 of file virtualCFG.h.

◆ operator==()

bool VirtualCFG::InterestingNode::operator== ( const InterestingNode o) const
inline

Definition at line 295 of file virtualCFG.h.

◆ operator!=()

bool VirtualCFG::InterestingNode::operator!= ( const InterestingNode o) const
inline

Definition at line 296 of file virtualCFG.h.

◆ operator<()

bool VirtualCFG::InterestingNode::operator< ( const InterestingNode o) const
inline

Definition at line 297 of file virtualCFG.h.


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