#include <FSARep.h>
Public Member Functions | |
FSAEdge () | |
FSAEdge (int t, int l) | |
bool | operator== (const FSAEdge &e) const |
bool | operator< (const FSAEdge &e) const |
Public Attributes | |
int | target |
int | label |
Definition at line 27 of file FSARep.h.
|
|
|
|
|
|
|
|
|
Definition at line 51 of file FSARep.h. Referenced by operator<(), and operator==(). |
|
Definition at line 50 of file FSARep.h. Referenced by operator<(), and operator==(). |