#include <FSARep.h>
Public Types | |
typedef FSAEdge | edge_type |
Public Member Functions | |
FSAState (int s) | |
FSAState () | |
bool | operator== (const FSAState &s) const |
bool | operator< (const FSAState &s) const |
Public Attributes | |
set< edge_type > | in |
set< edge_type > | out |
int | theState |
Definition at line 60 of file FSARep.h.
|
|
|
|
|
|
|
Definition at line 71 of file FSARep.h. References theState. |
|
Definition at line 68 of file FSARep.h. References theState. |
|
|
|
|
|
Definition at line 77 of file FSARep.h. Referenced by operator<(), and operator==(). |