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


Public Member Functions | |
| SimplifiedTranslation (an< Translation > translation, Simplifier *simplifier) | |
| Public Member Functions inherited from rime::PrefetchTranslation | |
| PrefetchTranslation (an< Translation > translation) | |
| virtual bool | Next () |
| 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 | |
| virtual bool | Replenish () |
| Protected Member Functions inherited from rime::Translation | |
| void | set_exhausted (bool exhausted) |
Protected Attributes | |
| Simplifier * | simplifier_ |
| Protected Attributes inherited from rime::PrefetchTranslation | |
| an< Translation > | translation_ |
| CandidateQueue | cache_ |
|
inline |
|
protectedvirtual |
Reimplemented from rime::PrefetchTranslation.
|
protected |