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


Public Member Functions | |
| DbSource (Db *db) | |
| virtual bool | MetaGet (string *key, string *value) |
| virtual bool | Get (string *key, string *value) |
| Public Member Functions inherited from rime::Source | |
| virtual | ~Source ()=default |
| template<class SinkType> | |
| int | operator>> (SinkType &sink) |
| int | Dump (Sink *sink) |
Protected Attributes | |
| Db * | db_ |
| an< DbAccessor > | metadata_ |
| an< DbAccessor > | data_ |
|
explicit |
|
virtual |
Implements rime::Source.
|
virtual |
Implements rime::Source.
|
protected |
|
protected |
|
protected |