ROSE  0.11.145.0
Public Member Functions | Public Attributes | List of all members
VirtualCFG::DataflowNode Class Reference

Description

Definition at line 19 of file DataflowCFG.h.

Collaboration diagram for VirtualCFG::DataflowNode:
Collaboration graph
[legend]

Public Member Functions

 DataflowNode (CFGNode n, bool(*f)(CFGNode))
 
 DataflowNode (const DataflowNode &dfn)
 
std::string toString () const
 
std::string toStringForDebugging () const
 
std::string id () const
 
SgNodegetNode () const
 
unsigned int getIndex () const
 
std::vector< DataflowEdgeoutEdges () const
 
std::vector< DataflowEdgeinEdges () const
 
bool isInteresting () const
 
bool operator== (const DataflowNode &o) const
 
bool operator!= (const DataflowNode &o) const
 
bool operator< (const DataflowNode &o) const
 
std::string str (std::string indent="") const
 

Public Attributes

CFGNode n
 
bool(* filter )(CFGNode cfgn)
 

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