Elm  1.0
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
elm::type_info< double > Struct Template Reference

#include <elm/type_info.h>

+ Inheritance diagram for elm::type_info< double >:

Static Public Member Functions

static cstring name (void)
 
- Static Public Member Functions inherited from elm::asis_t< double >
static void put (double &l, const double &v)
 
static const double & get (const 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 elm::scalar_t
enum  { is_type = 1 }
 
enum  { is_scalar = 1 }
 
enum  { is_deep = 0 }
 
- Public Types inherited from elm::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 }
 
- Public Types inherited from elm::asis_t< double >
typedef double embed_t
 
typedef double in_t
 
typedef double & out_t
 
typedef double val_t
 
typedef double & ref_t
 

Member Function Documentation

cstring elm::type_info< double >::name ( void  )
static

Member Data Documentation

const double elm::type_info< double >::max = DBL_MAX
static
const double elm::type_info< double >::min = -DBL_MAX
static
const double elm::type_info< double >::null = 0
static

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