Structure for holding OpenFST keys. More...
Public Member Functions | |
FstKey (Key k) | |
bool | operator== (FstKey rhs) const |
bool | operator< (FstKey rhs) const |
Public Attributes | |
fst::StdArc::StateId | key |
Structure for holding OpenFST keys.
(Introduced to increase type safety between Wali and OpenFST keys, to decrease the chance of me making a mistake.)
opennwa::FstKey::FstKey | ( | Key | k | ) | [explicit] |
fst::StdArc::StateId opennwa::FstKey::key |
Referenced by operator<(), and operator==().