Namespaces | Functions
itoa.h File Reference
#include "../rapidjson.h"

Go to the source code of this file.

Namespaces

 internal
 

Functions

const char * internal::GetDigitsLut ()
 
char * internal::u32toa (uint32_t value, char *buffer)
 
char * internal::i32toa (int32_t value, char *buffer)
 
char * internal::u64toa (uint64_t value, char *buffer)
 
char * internal::i64toa (int64_t value, char *buffer)