Definition at line 19 of file DataflowCFG.h.
|
| DataflowNode (CFGNode n, bool(*f)(CFGNode)) |
|
| DataflowNode (const DataflowNode &dfn) |
|
std::string | toString () const |
|
std::string | toStringForDebugging () const |
|
std::string | id () const |
|
SgNode * | getNode () const |
|
unsigned int | getIndex () const |
|
std::vector< DataflowEdge > | outEdges () const |
|
std::vector< DataflowEdge > | inEdges () 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 |
|
The documentation for this class was generated from the following file: