ROSE 0.11.145.147
|
Definition at line 15 of file filteredCFG.h.
Public Member Functions | |
FilteredCFGNode (const CFGNode &n) | |
FilteredCFGNode () | |
Need a default constructor to use with boost_graph. | |
void | setFilter (const FilterFunction &f) |
const CFGNode & | toNode () const |
std::string | toString () const |
std::string | toStringForDebugging () const |
std::string | id () const |
SgNode * | getNode () const |
unsigned int | getIndex () const |
std::vector< FilteredCFGEdge< FilterFunction > > | outEdges () const |
std::vector< FilteredCFGEdge< FilterFunction > > | inEdges () const |
bool | isInteresting () const |
bool | operator== (const FilteredCFGNode &o) const |
bool | operator!= (const FilteredCFGNode &o) const |
bool | operator< (const FilteredCFGNode &o) const |
|
inline |
Definition at line 21 of file filteredCFG.h.
|
inline |
Need a default constructor to use with boost_graph.
Underlying node will be invalid.
Definition at line 26 of file filteredCFG.h.
|
inline |
Definition at line 30 of file filteredCFG.h.
|
inline |
Definition at line 35 of file filteredCFG.h.
|
inline |
Definition at line 39 of file filteredCFG.h.
|
inline |
Definition at line 46 of file filteredCFG.h.
|
inline |
Definition at line 50 of file filteredCFG.h.
|
inline |
Definition at line 54 of file filteredCFG.h.
|
inline |
Definition at line 58 of file filteredCFG.h.
std::vector< FilteredCFGEdge< FilterFunction > > VirtualCFG::FilteredCFGNode< FilterFunction >::outEdges | ( | ) | const |
Definition at line 124 of file filteredCFGImpl.h.
std::vector< FilteredCFGEdge< FilterFunction > > VirtualCFG::FilteredCFGNode< FilterFunction >::inEdges | ( | ) | const |
Definition at line 134 of file filteredCFGImpl.h.
|
inline |
Definition at line 64 of file filteredCFG.h.
|
inline |
Definition at line 68 of file filteredCFG.h.
|
inline |
Definition at line 72 of file filteredCFG.h.
|
inline |
Definition at line 76 of file filteredCFG.h.