Data Structures |
| class | slcounter< graph > |
| class | self_loop_visitor< graph > |
| class | self_loop_edge_visitor< graph > |
| class | bfs_self_loop_visitor< graph > |
| class | bfs_slvisitor< graph > |
| class | bfs_slcounter< graph > |
| class | user_counter< graph > |
| class | temp_bfs_visitor< graph, user_visitor > |
| class | ev_slcounter< graph > |
| class | adj_visitor< graph > |
Defines |
|
#define | WORDSZ 32 |
Functions |
|
double | get_freq () |
|
template<typename graph > |
| int | test_allvisit1 (graph &g, int parcutoff=20) |
|
template<typename graph > |
| int | test_allvisit2 (graph &g, int parcutoff=20) |
|
template<typename graph > |
| int | test_allvisit4 (graph &g, int parcut=20) |
|
template<typename graph > |
| int | test_allvisit5 (graph &g, int parcut=20) |
|
template<typename graph > |
| int | test_allvisit6 (graph &g) |
|
template<typename graph > |
| int | test_allvisit7 (graph &g) |
|
template<typename graph > |
| int | test_allvisit8 (graph &g, int parcutoff=20) |
|
template<typename graph > |
| int | test_allvisit9 (graph &g, int parcutoff=20) |
|
template<typename graph , typename uservis > |
| void | test_allvisit11 (graph &g, uservis uv, int parcutoff=20) |
|
template<typename graph , typename visitor > |
| int | test_allvisit12 (graph &g, visitor user_vis, int parcutoff=20) |
|
int | main (int argc, char *argv[]) |