|
IDA SDK
|
This is the complete list of members for gdl_graph_t, including all inherited members.
| begin(void) const (defined in gdl_graph_t) | gdl_graph_t | inline |
| edge(int node, int i, bool ispred) const (defined in gdl_graph_t) | gdl_graph_t | inline |
| empty(void) const (defined in gdl_graph_t) | gdl_graph_t | inlinevirtual |
| end(void) const (defined in gdl_graph_t) | gdl_graph_t | inline |
| entry(void) const (defined in gdl_graph_t) | gdl_graph_t | inlinevirtual |
| exists(int) const (defined in gdl_graph_t) | gdl_graph_t | inlinevirtual |
| exit(void) const (defined in gdl_graph_t) | gdl_graph_t | inlinevirtual |
| front(void) (defined in gdl_graph_t) | gdl_graph_t | inline |
| gen_dot(FILE *fp) const (defined in gdl_graph_t) | gdl_graph_t | |
| gen_dot(const char *file) const (defined in gdl_graph_t) | gdl_graph_t | |
| gen_gdl(FILE *fp) const (defined in gdl_graph_t) | gdl_graph_t | |
| gen_gdl(const char *file) const (defined in gdl_graph_t) | gdl_graph_t | |
| get_edge_color(int, int) const (defined in gdl_graph_t) | gdl_graph_t | inlinevirtual |
| get_node_color(int) const (defined in gdl_graph_t) | gdl_graph_t | inlinevirtual |
| get_node_label(char *buf, int, int) const (defined in gdl_graph_t) | gdl_graph_t | inlinevirtual |
| nedge(int node, bool ispred) const (defined in gdl_graph_t) | gdl_graph_t | inline |
| node_qty(void) const (defined in gdl_graph_t) | gdl_graph_t | inlinevirtual |
| npred(int node) const =0 (defined in gdl_graph_t) | gdl_graph_t | pure virtual |
| nsucc(int node) const =0 (defined in gdl_graph_t) | gdl_graph_t | pure virtual |
| path_exists(int m, int n) const (defined in gdl_graph_t) | gdl_graph_t | inline |
| pred(int node, int i) const =0 (defined in gdl_graph_t) | gdl_graph_t | pure virtual |
| print_edge(FILE *, int, int) const (defined in gdl_graph_t) | gdl_graph_t | inlinevirtual |
| print_graph_attributes(FILE *) const (defined in gdl_graph_t) | gdl_graph_t | inlinevirtual |
| print_node(FILE *, int) const (defined in gdl_graph_t) | gdl_graph_t | inlinevirtual |
| print_node_attributes(FILE *, int) const (defined in gdl_graph_t) | gdl_graph_t | inlinevirtual |
| size(void) const =0 (defined in gdl_graph_t) | gdl_graph_t | pure virtual |
| succ(int node, int i) const =0 (defined in gdl_graph_t) | gdl_graph_t | pure virtual |
1.8.9.1