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


Public Member Functions | |
| ReverseLookupFilterTranslation (an< Translation > translation, ReverseLookupFilter *filter) | |
| virtual an< Candidate > | Peek () |
| Public Member Functions inherited from rime::CacheTranslation | |
| CacheTranslation (an< Translation > translation) | |
| virtual bool | Next () |
| 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 Attributes | |
| ReverseLookupFilter * | filter_ |
| Protected Attributes inherited from rime::CacheTranslation | |
| an< Translation > | translation_ |
| an< Candidate > | cache_ |
Additional Inherited Members | |
| Protected Member Functions inherited from rime::Translation | |
| void | set_exhausted (bool exhausted) |
|
inline |
Reimplemented from rime::CacheTranslation.
|
protected |