|
librime 1.2
Rime Input Method Engine, the core library
|
#include <cstdio>#include <exception>#include <new>

Go to the source code of this file.
Namespaces | |
| namespace | Darts |
| namespace | Darts::Details |
Macros | |
| #define | DARTS_VERSION "0.32" |
| #define | DARTS_INT_TO_STR(value) |
| #define | DARTS_LINE_TO_STR(line) |
| #define | DARTS_LINE_STR DARTS_LINE_TO_STR(__LINE__) |
| #define | DARTS_THROW(msg) |
Typedefs | |
| typedef char | Darts::Details::char_type |
| typedef unsigned char | Darts::Details::uchar_type |
| typedef int | Darts::Details::value_type |
| typedef unsigned int | Darts::Details::id_type |
| typedef int(*) | Darts::Details::progress_func_type(std::size_t, std::size_t) |
| typedef DoubleArrayImpl< void, void, int, void > | Darts::DoubleArray |
| #define DARTS_INT_TO_STR | ( | value | ) |
| #define DARTS_LINE_STR DARTS_LINE_TO_STR(__LINE__) |
| #define DARTS_LINE_TO_STR | ( | line | ) |
| #define DARTS_THROW | ( | msg | ) |
| #define DARTS_VERSION "0.32" |