#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 62 of file FSARep.h.
| typedef FSAEdge FSAState::edge_type |
| bool FSAState::operator== | ( | const FSAState & | s | ) | const [inline] |
| bool FSAState::operator< | ( | const FSAState & | s | ) | const [inline] |
| set< edge_type > FSAState::in |
| set< edge_type > FSAState::out |
1.5.6