#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 29 of file FSARep.h.
bool FSAEdge::operator< | ( | const FSAEdge & | e | ) | const [inline] |
bool FSAEdge::operator== | ( | const FSAEdge & | e | ) | const [inline] |
int FSAEdge::label |
Definition at line 53 of file FSARep.h.
Referenced by operator<(), and operator==().
int FSAEdge::target |
Definition at line 52 of file FSARep.h.
Referenced by operator<(), and operator==().