|
libime
|
Public Member Functions | |
| PinyinSyllable (PinyinInitial initial, PinyinFinal final) | |
| PinyinInitial | initial () const |
| PinyinFinal | final () const |
| std::string | toString () const |
| bool | operator== (const PinyinSyllable &other) const |
| bool | operator!= (const PinyinSyllable &other) const |
| bool | operator< (const PinyinSyllable &other) const |
| bool | operator<= (const PinyinSyllable &other) const |
| bool | operator> (const PinyinSyllable &other) const |
| bool | operator>= (const PinyinSyllable &other) const |
Definition at line 200 of file pinyinencoder.h.
1.8.13