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


Public Member Functions | |
| FifoTranslation () | |
| bool | Next () |
| an< Candidate > | Peek () |
| void | Append (an< Candidate > candy) |
| size_t | size () const |
| 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 | |
| CandidateList | candies_ |
| size_t | cursor_ = 0 |
Additional Inherited Members | |
| Protected Member Functions inherited from rime::Translation | |
| void | set_exhausted (bool exhausted) |
| rime::FifoTranslation::FifoTranslation | ( | ) |
|
virtual |
Implements rime::Translation.
Implements rime::Translation.
|
inline |
|
protected |
|
protected |