|
librime 1.2
Rime Input Method Engine, the core library
|
A helper class to provide extra functionalities related to user db. More...
#include <user_db.h>

Public Member Functions | |
| UserDbHelper (Db *db) | |
| UserDbHelper (const the< Db > &db) | |
| UserDbHelper (const an< Db > &db) | |
| RIME_DLL bool | UpdateUserInfo () |
| RIME_DLL bool | UniformBackup (const path &snapshot_file) |
| RIME_DLL bool | UniformRestore (const path &snapshot_file) |
| bool | IsUserDb () |
| string | GetDbName () |
| string | GetUserId () |
| string | GetRimeVersion () |
Static Public Member Functions | |
| static RIME_DLL bool | IsUniformFormat (const path &file_path) |
Protected Attributes | |
| Db * | db_ |
A helper class to provide extra functionalities related to user db.
|
inline |
| string rime::UserDbHelper::GetDbName | ( | ) |
| string rime::UserDbHelper::GetRimeVersion | ( | ) |
| string rime::UserDbHelper::GetUserId | ( | ) |
|
static |
| bool rime::UserDbHelper::IsUserDb | ( | ) |
| bool rime::UserDbHelper::UniformBackup | ( | const path & | snapshot_file | ) |
| bool rime::UserDbHelper::UniformRestore | ( | const path & | snapshot_file | ) |
| bool rime::UserDbHelper::UpdateUserInfo | ( | ) |
|
protected |