ROSE
0.9.6a
|
#include <graphProcessingSgIncGraph.h>
Public Attributes | |
std::vector< std::vector < SgGraphNode * > > | path |
std::vector< std::set < SgGraphNode * > > | pthloops |
std::vector< SgGraphNode * > | currpth |
std::vector< std::pair < SgGraphNode *, int > > | nodelst |
bool | on |
bool | remove |
Definition at line 84 of file graphProcessingSgIncGraph.h.
std::vector<std::vector<SgGraphNode*> > Bot::path |
Definition at line 85 of file graphProcessingSgIncGraph.h.
Referenced by SgGraphTraversal< CFG >::evaluatePaths(), and SgGraphTraversal< CFG >::evaluatePathsPar().
std::vector<std::set<SgGraphNode*> > Bot::pthloops |
Definition at line 86 of file graphProcessingSgIncGraph.h.
Referenced by SgGraphTraversal< CFG >::evaluatePaths(), and SgGraphTraversal< CFG >::evaluatePathsPar().
std::vector<SgGraphNode*> Bot::currpth |
Definition at line 87 of file graphProcessingSgIncGraph.h.
Referenced by SgGraphTraversal< CFG >::evaluatePaths(), and SgGraphTraversal< CFG >::evaluatePathsPar().
std::vector<std::pair<SgGraphNode*, int> > Bot::nodelst |
Definition at line 88 of file graphProcessingSgIncGraph.h.
bool Bot::on |
Definition at line 89 of file graphProcessingSgIncGraph.h.
Referenced by SgGraphTraversal< CFG >::evaluatePathsPar().
bool Bot::remove |
Definition at line 90 of file graphProcessingSgIncGraph.h.
Referenced by SgGraphTraversal< CFG >::evaluatePathsPar().