MySQL 9.5.0
Source Code Documentation
shcore::anonymous_namespace{utils_json.cc} Namespace Reference

Classes

class  My_pretty_writer
 Pretty JSON wrapper with custom conversion of the Double value using the my_gcvt function ported from the server, which generates a string value with the most number of significat digits and thus precision. More...
 
class  My_writer
 Raw JSON wrapper with custom conversion of the Double value using the my_gcvt function ported from the server, which generates a string value with the most number of significat digits and thus precision. More...
 
class  Pretty_writer
 
class  Raw_writer
 
class  Stream_writer
 
class  String_stream
 

Functions

size_t fmt_double (double d, char *buffer, size_t buffer_len)
 

Function Documentation

◆ fmt_double()

size_t shcore::anonymous_namespace{utils_json.cc}::fmt_double ( double  d,
char *  buffer,
size_t  buffer_len 
)