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< T * > Struct Template Reference

#include <elm/type_info.h>

+ Inheritance diagram for elm::type_info< T * >:

Public Types

enum  { is_const = 0 }
 
typedef T of
 
- Public Types inherited from elm::ptr_t
enum  { is_ptr = 1 }
 
- 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< T * >
typedef T * embed_t
 
typedef T * in_t
 
typedef T *& out_t
 
typedef T * val_t
 
typedef T *& ref_t
 

Static Public Member Functions

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

Static Public Attributes

static T *const null = 0
 

Member Typedef Documentation

template<class T >
typedef T elm::type_info< T * >::of

Member Enumeration Documentation

template<class T >
anonymous enum
Enumerator
is_const 

Member Function Documentation

template<class T >
static string elm::type_info< T * >::name ( void  )
static

Member Data Documentation

template<class T >
T *const elm::type_info< T * >::null = 0
static

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