Boost Reflect Library 0.1.0
Public Types | Static Public Member Functions
get_typeinfo< T > Struct Template Reference

provides compile time access to name of a type. More...

#include <typeinfo.hpp>

List of all members.

Public Types

enum  is_defined_enum { is_defined = 0 }

Static Public Member Functions

static const char * name ()

Detailed Description

template<typename T>
struct boost::reflect::get_typeinfo< T >

provides compile time access to name of a type.

Definition at line 9 of file typeinfo.hpp.


Member Enumeration Documentation

Enumerator:
is_defined 

Definition at line 10 of file typeinfo.hpp.


Member Function Documentation

static const char* name ( ) [static]

Definition at line 11 of file typeinfo.hpp.

References get_typeinfo< T >::name().

Referenced by get_typeinfo< T >::name().


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

© Daniel Larimer 2010-2011 - Licensed under Boost Software License, Version 1.0 Boost Reflect Library