MySQL 9.5.0
Source Code Documentation
shcore::anonymous_namespace{utils_json.cc}::My_writer< T > Class Template Reference

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...

Inheritance diagram for shcore::anonymous_namespace{utils_json.cc}::My_writer< T >:
[legend]

Public Member Functions

 My_writer (T &outstream)
 
bool Double (double data)
 

Detailed Description

template<typename T>
class shcore::anonymous_namespace{utils_json.cc}::My_writer< T >

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.

Constructor & Destructor Documentation

◆ My_writer()

template<typename T >
shcore::anonymous_namespace{utils_json.cc}::My_writer< T >::My_writer ( T outstream)
inlineexplicit

Member Function Documentation

◆ Double()

template<typename T >
bool shcore::anonymous_namespace{utils_json.cc}::My_writer< T >::Double ( double  data)
inline

The documentation for this class was generated from the following file: