#include <GraphRep.h>
Public Types | |
typedef GraphEdge | edge_type |
Public Member Functions | |
GraphState (int s) | |
GraphState () | |
bool | operator== (const GraphState &s) const |
bool | operator< (const GraphState &s) const |
Public Attributes | |
set< edge_type > | in |
set< edge_type > | out |
int | theState |
Definition at line 46 of file GraphRep.h.
|
Definition at line 48 of file GraphRep.h. |
|
Definition at line 50 of file GraphRep.h. |
|
Definition at line 51 of file GraphRep.h. |
|
Definition at line 57 of file GraphRep.h. References theState. |
|
Definition at line 54 of file GraphRep.h. References theState. |
|
Definition at line 61 of file GraphRep.h. |
|
Definition at line 62 of file GraphRep.h. |
|
Definition at line 63 of file GraphRep.h. Referenced by operator<(), and operator==(). |