Field3D
TemplatedFieldType< Field_T > Struct Template Reference

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

#include <Traits.h>

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.

123  {
124  m_name = Field_T::staticClassName();
125  m_name +=
126  "<" +
128  ">";
129  }
static std::string name()
Definition: Traits.h:101
std::string m_name
Definition: Traits.h:131

Member Function Documentation

Member Data Documentation

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

Definition at line 131 of file Traits.h.


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