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

#include <elm/type_info.h>

+ Inheritance diagram for type_info< bool >:

Static Public Member Functions

static CString name (void)
 
- Static Public Member Functions inherited from scalar_t< bool >
static boolref (bool &v)
 
static bool get (const bool &v)
 
static void put (bool &x, bool v)
 

Static Public Attributes

static const bool min = false
 
static const bool max = true
 
static const bool null = false
 

Additional Inherited Members

- Public Types inherited from scalar_t< bool >
enum  
 
enum  
 
enum  
 
typedef bool var_t
 
typedef var_t embed_t
 
typedef bool in_t
 
typedef boolout_t
 
typedef bool ret_t
 
typedef boolmut_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()

static CString name ( void  )
inlinestatic

Member Data Documentation

◆ max

const bool max = true
static

◆ min

const bool min = false
static

◆ null

const bool null = false
static

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