|
librime 1.2
Rime Input Method Engine, the core library
|
#include <translation.h>


Public Member Functions | |
| 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 | |
| an< Translation > | translation_ |
| CandidateQueue | cache_ |
| rime::PrefetchTranslation::PrefetchTranslation | ( | an< Translation > | translation | ) |
|
virtual |
Implements rime::Translation.
Implements rime::Translation.
|
inlineprotectedvirtual |
Reimplemented in rime::ContextualTranslation, and rime::SimplifiedTranslation.
|
protected |
|
protected |