#include <GraphRep.h>
Inheritance diagram for GraphRep:

Public Types | |
| typedef GraphEdge | edge_type |
| typedef GraphState | state_type |
Public Member Functions | |
| GraphRep * | clone () const |
Private Member Functions | |
| GraphRep () | |
| int | newState () |
| void | newEdge (int v1, int v2) |
| void | clear () |
| const map< int, state_type > & | getStates () const |
Private Attributes | |
| map< int, state_type > | theStates |
| int | maxState |
Friends | |
| class | Graph |
| Directed Graph. | |
Definition at line 72 of file GraphRep.h.
|
|
Definition at line 76 of file GraphRep.h. |
|
|
Definition at line 77 of file GraphRep.h. |
|
|
Definition at line 89 of file GraphRep.h. Referenced by clone(). |
|
|
|
|
|
Definition at line 107 of file GraphRep.h. References GraphRep(). |
|
|
Definition at line 115 of file GraphRep.h. References theStates. Referenced by Graph::getStates(). |
|
||||||||||||
|
|
|
|
|
|
|
Directed Graph.
Definition at line 79 of file GraphRep.h. |
|
|
Definition at line 134 of file GraphRep.h. |
|
|
Definition at line 131 of file GraphRep.h. Referenced by getStates(). |
1.4.6