|
ROSE 0.11.145.354
|
Definition at line 82 of file filteredCFG.h.
Public Member Functions | |
| FilteredCFGEdge (CFGPath p) | |
| FilteredCFGEdge () | |
| Need a default constructor to use with boost_graph. | |
| void | setFilter (const FilterFunction &f) |
| std::string | toString () const |
| std::string | toStringForDebugging () const |
| std::string | id () const |
| FilteredCFGNode< FilterFunction > | source () const |
| FilteredCFGNode< FilterFunction > | target () const |
| EdgeConditionKind | condition () const |
| SgExpression * | caseLabel () const |
| std::vector< SgInitializedName * > | scopesBeingExited () const |
| std::vector< SgInitializedName * > | scopesBeingEntered () const |
| bool | operator== (const FilteredCFGEdge< FilterFunction > &o) const |
| bool | operator!= (const FilteredCFGEdge< FilterFunction > &o) const |
| bool | operator< (const FilteredCFGEdge< FilterFunction > &o) const |
| const CFGPath & | getPath () const |
| The underlying path in the full CFG represented by this edge in the filtered CFG. | |
|
inline |
Definition at line 88 of file filteredCFG.h.
|
inline |
Need a default constructor to use with boost_graph.
Underlying path will be invalid.
Definition at line 93 of file filteredCFG.h.
|
inline |
Definition at line 97 of file filteredCFG.h.
|
inline |
Definition at line 102 of file filteredCFG.h.
|
inline |
Definition at line 106 of file filteredCFG.h.
|
inline |
Definition at line 110 of file filteredCFG.h.
|
inline |
Definition at line 114 of file filteredCFG.h.
|
inline |
Definition at line 118 of file filteredCFG.h.
|
inline |
Definition at line 122 of file filteredCFG.h.
|
inline |
Definition at line 126 of file filteredCFG.h.
|
inline |
Definition at line 130 of file filteredCFG.h.
|
inline |
Definition at line 134 of file filteredCFG.h.
|
inline |
Definition at line 138 of file filteredCFG.h.
|
inline |
Definition at line 142 of file filteredCFG.h.
|
inline |
Definition at line 146 of file filteredCFG.h.
|
inline |
The underlying path in the full CFG represented by this edge in the filtered CFG.
Definition at line 152 of file filteredCFG.h.