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


Public Member Functions | |
| UniqueTranslation (an< Candidate > candidate) | |
| bool | Next () |
| 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 Attributes | |
| an< Candidate > | candidate_ |
Additional Inherited Members | |
| Protected Member Functions inherited from rime::Translation | |
| void | set_exhausted (bool exhausted) |
|
virtual |
Implements rime::Translation.
Implements rime::Translation.