#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.
typedef GraphEdge GraphState::edge_type |
Definition at line 48 of file GraphRep.h.
GraphState::GraphState | ( | int | s | ) | [inline] |
Definition at line 50 of file GraphRep.h.
GraphState::GraphState | ( | ) | [inline] |
Definition at line 51 of file GraphRep.h.
bool GraphState::operator< | ( | const GraphState & | s | ) | const [inline] |
Definition at line 57 of file GraphRep.h.
References theState.
bool GraphState::operator== | ( | const GraphState & | s | ) | const [inline] |
Definition at line 54 of file GraphRep.h.
References theState.
set< edge_type > GraphState::in |
Definition at line 61 of file GraphRep.h.
set< edge_type > GraphState::out |
Definition at line 62 of file GraphRep.h.
Definition at line 63 of file GraphRep.h.
Referenced by operator<(), and operator==().