Field3D
TemplatedFieldType< Field_T > Struct Template Reference

Used to return a string for the name of a templated field. More...

#include <Traits.h>

List of all members.

Public Member Functions

const char * name ()
 TemplatedFieldType ()

Private Attributes

std::string m_name

Detailed Description

template<class Field_T>
struct TemplatedFieldType< Field_T >

Used to return a string for the name of a templated field.

Definition at line 116 of file Traits.h.


Constructor & Destructor Documentation

template<class Field_T>
TemplatedFieldType< Field_T >::TemplatedFieldType ( )
inline

Definition at line 122 of file Traits.h.

{
m_name = Field_T::staticClassName();
m_name +=
"<" +
">";
}

Member Function Documentation


Member Data Documentation

template<class Field_T>
std::string TemplatedFieldType< Field_T >::m_name
private

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