Classes | Public Member Functions

myGraph Class Reference

List of all members.

Classes

class  Edge
class  Node

Public Member Functions

 myGraph (Node *root)
int edge_count ()
int node_count ()

Detailed Description

Definition at line 27 of file grtest.cpp.


Constructor & Destructor Documentation

myGraph::myGraph ( Node root  )  [inline]

Definition at line 40 of file grtest.cpp.


Member Function Documentation

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().


The documentation for this class was generated from the following file: