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


Public Member Functions | |
| UnionTranslation () | |
| bool | Next () |
| an< Candidate > | Peek () |
| UnionTranslation & | operator+= (an< Translation > t) |
| 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 | |
| list< of< Translation > > | translations_ |
Additional Inherited Members | |
| Protected Member Functions inherited from rime::Translation | |
| void | set_exhausted (bool exhausted) |
| rime::UnionTranslation::UnionTranslation | ( | ) |
|
virtual |
Implements rime::Translation.
| UnionTranslation & rime::UnionTranslation::operator+= | ( | an< Translation > | t | ) |
Implements rime::Translation.
|
protected |