|
ROSE
0.11.96.11
|
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. More... | |
| 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 |
Need a default constructor to use with boost_graph.
Underlying node will be invalid.
Definition at line 26 of file filteredCFG.h.
1.8.17