![]() |
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< const T & >:Public Types | |
| enum | { is_const = 1 } |
| typedef T | of |
Public Types inherited from ref_t< const T > | |
| typedef const T * | var_t |
| typedef var_t | embed_t |
| typedef const T & | in_t |
| typedef const T & | out_t |
| typedef const T & | ret_t |
| typedef delegate | 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 } |
Static Public Member Functions | |
| static string | name (void) |
Static Public Member Functions inherited from ref_t< const T > | |
| static delegate | ref (const T *&v) |
| static const T & | get (const T *v) |
| static void | put (const T *&x, const T &v) |
| typedef T of |
References type_info< T >::name().
Referenced by Set::dump().