![]() |
Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
#include <elm/type_info.h>
Inheritance diagram for type_info< float >:Static Public Member Functions | |
| static cstring | name (void) |
Static Public Member Functions inherited from scalar_t< float > | |
| static float & | ref (float &v) |
| static float | get (const float &v) |
| static void | put (float &x, float v) |
Static Public Attributes | |
| static const float | min = -FLT_MAX |
| static const float | max = FLT_MAX |
| static const float | null = 0 |
Additional Inherited Members | |
Public Types inherited from scalar_t< float > | |
| enum | |
| enum | |
| enum | |
| typedef float | var_t |
| typedef var_t | embed_t |
| typedef float | in_t |
| typedef float & | out_t |
| typedef float | ret_t |
| typedef float & | 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 } |
Referenced by Set::dump().
|
static |
|
static |
|
static |