|
librime 1.2
Rime Input Method Engine, the core library
|


Public Member Functions | |
| UniquifiedTranslation (an< Translation > translation, CandidateList *candidates) | |
| virtual bool | Next () |
| Public Member Functions inherited from rime::CacheTranslation | |
| CacheTranslation (an< Translation > translation) | |
| virtual an< Candidate > | Peek () |
| Public Member Functions inherited from rime::Translation | |
| Translation ()=default | |
| virtual | ~Translation ()=default |
| virtual int | Compare (an< Translation > other, const CandidateList &candidates) |
| bool | exhausted () const |
Protected Member Functions | |
| bool | Uniquify () |
| Protected Member Functions inherited from rime::Translation | |
| void | set_exhausted (bool exhausted) |
Protected Attributes | |
| an< Translation > | translation_ |
| CandidateList * | candidates_ |
| Protected Attributes inherited from rime::CacheTranslation | |
| an< Translation > | translation_ |
| an< Candidate > | cache_ |
|
inline |
|
virtual |
Reimplemented from rime::CacheTranslation.
|
protected |
|
protected |
|
protected |