Public Member Functions | Public Attributes

opennwa::WaliKey Struct Reference

Structure for holding Wali keys. More...

List of all members.

Public Member Functions

 WaliKey (Key k)
bool operator== (WaliKey rhs) const
bool operator< (WaliKey rhs) const

Public Attributes

Key key

Detailed Description

Structure for holding Wali keys.

(Introduced to increase type safety between Wali and OpenFST keys, to decrease the chance of me making a mistake.)


Constructor & Destructor Documentation

opennwa::WaliKey::WaliKey ( Key  k  )  [explicit]

Member Function Documentation

bool opennwa::WaliKey::operator== ( WaliKey  rhs  )  const

References key.

bool opennwa::WaliKey::operator< ( WaliKey  rhs  )  const

References key.


Member Data Documentation

Referenced by operator<(), and operator==().


The documentation for this struct was generated from the following file: