|
enum | { mark = 1,
onlycyclein = 2,
currentcycle = 4,
entrynode = 8
} |
|
|
void | clearMark (void) const |
|
bool | isMark (void) const |
|
const Address | getAddr (void) const |
|
const string & | getName (void) const |
|
Funcdata * | getFuncdata (void) const |
|
int4 | numInEdge (void) const |
|
const CallGraphEdge & | getInEdge (int4 i) const |
|
CallGraphNode * | getInNode (int4 i) const |
|
int4 | numOutEdge (void) const |
|
const CallGraphEdge & | getOutEdge (int4 i) const |
|
CallGraphNode * | getOutNode (int4 i) const |
|
void | setFuncdata (Funcdata *f) |
|
void | saveXml (ostream &s) const |
|
The documentation for this class was generated from the following files: