Elm  2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
type_info< double > Struct Reference

#include <elm/type_info.h>

+ Inheritance diagram for type_info< double >:

Static Public Member Functions

static cstring name (void)
 
- Static Public Member Functions inherited from scalar_t< double >
static double & ref (double &v)
 
static double get (const double &v)
 
static void put (double &x, double v)
 

Static Public Attributes

static const double min = -DBL_MAX
 
static const double max = DBL_MAX
 
static const double null = 0
 

Additional Inherited Members

- Public Types inherited from scalar_t< double >
enum  
 
enum  
 
enum  
 
typedef double var_t
 
typedef var_t embed_t
 
typedef double in_t
 
typedef double & out_t
 
typedef double ret_t
 
typedef double & mut_t
 
- Public Types inherited from default_t
enum  { is_type = 0 }
 
enum  { is_scalar = 0 }
 
enum  { is_enum = 0, is_defined_enum = 0 }
 
enum  { is_class = 0 }
 
enum  { is_ptr = 0 }
 
enum  { is_ref = 0 }
 
enum  { is_deep = 0 }
 
enum  { is_virtual = 0 }
 
enum  { is_void = 0 }
 

Member Function Documentation

◆ name()

cstring name ( void  )
static

Member Data Documentation

◆ max

const double max = DBL_MAX
static

◆ min

const double min = -DBL_MAX
static

◆ null

const double null = 0
static

The documentation for this struct was generated from the following files: