MySQL 8.0.37
Source Code Documentation
number_option.h File Reference
#include <string>
#include "client/base/abstract_integer_number_option.h"

Go to the source code of this file.

Classes

class  Mysql::Tools::Base::Options::Number_option< T_value >
 Template class for all number options. More...
 
class  Mysql::Tools::Base::Options::Number_option< int32 >
 32-bit signed number option. More...
 
class  Mysql::Tools::Base::Options::Number_option< uint32 >
 32-bit unsigned number option. More...
 
class  Mysql::Tools::Base::Options::Number_option< int64 >
 64-bit signed number option. More...
 
class  Mysql::Tools::Base::Options::Number_option< uint64 >
 64-bit unsigned number option. More...
 
class  Mysql::Tools::Base::Options::Number_option< double >
 Double precision floating-point number option. More...
 

Namespaces

namespace  Mysql
 
namespace  Mysql::Tools
 
namespace  Mysql::Tools::Base
 
namespace  Mysql::Tools::Base::Options
 

Functions

ulonglong getopt_double2ulonglong (double v)
 Returns an ulonglong value containing a raw representation of the given double value. More...
 

Function Documentation

◆ getopt_double2ulonglong()

ulonglong getopt_double2ulonglong ( double  v)

Returns an ulonglong value containing a raw representation of the given double value.