|
libime
|
Public Member Functions | |
| node (const int32_t base_=0, const int32_t check_=0) | |
| node (std::istream &in) | |
| FCITX_INLINE_DEFINE_DEFAULT_DTOR_AND_COPY (node) | |
Public Attributes | |
| union { | |
| int32_t base | |
| value_type value | |
| }; | |
| int32_t | check |
Friends | |
| std::ostream & | operator<< (std::ostream &out, const node &n) |
Definition at line 115 of file datrie.cpp.
1.8.13