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< long double > Struct Template Reference

#include <elm/type_info.h>

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

Static Public Member Functions

static cstring name (void)
 
- Static Public Member Functions inherited from elm::asis_t< long double >
static void put (long double &l, const long double &v)
 
static const long double & get (const long double &v)
 

Static Public Attributes

static const long double min = -LDBL_MAX
 
static const long double max = LDBL_MAX
 
static const long 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< long double >
typedef long double embed_t
 
typedef long double in_t
 
typedef long double & out_t
 
typedef long double val_t
 
typedef long double & ref_t
 

Member Function Documentation

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

Member Data Documentation

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

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