Namespaces | |
| namespace | Json |
Typedefs | |
| typedef char | UIntToStringBuffer [uintToStringBufferSize] |
Enumerations | |
| enum | { uintToStringBufferSize = 3 * sizeof(LargestUInt) + 1, uintToStringBufferSize = 3 * sizeof(LargestUInt) + 1 } |
Functions | |
| static std::string | codePointToUTF8 (unsigned int cp) |
| Converts a unicode code-point to UTF-8. | |
| static bool | isControlCharacter (char ch) |
| Returns true if ch is a control character (in range [0,32[). | |
| static void | uintToString (LargestUInt value, char *¤t) |
| Converts an unsigned integer to string. | |
| static void | fixNumericLocale (char *begin, char *end) |
| Change ',' to '. | |
1.5.3