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

Public Types | |
| enum | ValueType { kNull , kScalar , kList , kMap } |
Public Member Functions | |
| ConfigItem ()=default | |
| virtual | ~ConfigItem ()=default |
| ValueType | type () const |
| virtual bool | empty () const |
Protected Member Functions | |
| ConfigItem (ValueType type) | |
Protected Attributes | |
| ValueType | type_ = kNull |
|
default |
|
virtualdefault |
|
inlineprotected |
|
inlinevirtual |
Reimplemented in rime::ConfigList, rime::ConfigMap, and rime::ConfigValue.
|
inline |