Classes | |
| class | Edge |
| class | Node |
Public Member Functions | |
| myGraph (Node *root) | |
| int | edge_count () |
| int | node_count () |
Definition at line 27 of file grtest.cpp.
| myGraph::myGraph | ( | Node * | root | ) | [inline] |
Definition at line 40 of file grtest.cpp.
| int myGraph::edge_count | ( | ) | [inline] |
Definition at line 44 of file grtest.cpp.
Referenced by main().
| int myGraph::node_count | ( | ) | [inline] |
Definition at line 45 of file grtest.cpp.
Referenced by main().
1.7.1