MNE-CPP  beta 1.0
Static Public Attributes | List of all members
CTypeName< T > Class Template Reference

The CTypeName template class provides a static const to get the type of the template by name. More...

#include <typename_old.h>

Static Public Attributes

static const char * name
 

Detailed Description

template<typename T>
class CTypeName< T >

The CTypeName template class provides a static const to get the type of the template by name.

DECLARE CLASS CTypeName

Definition at line 54 of file typename_old.h.

Member Data Documentation

template<typename T >
const char* CTypeName< T >::name
static

Holds the variable type by name.

Definition at line 56 of file typename_old.h.


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