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 charname ()
 
 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 282 of file Traits.h.

Constructor & Destructor Documentation

◆ TemplatedFieldType()

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

Definition at line 288 of file Traits.h.

289 {
290 m_name = Field_T::staticClassName();
291 m_name +=
292 "<" +
294 ">";
295 }
static std::string name()
Definition Traits.h:267
std::string m_name
Definition Traits.h:297

References TemplatedFieldType< Field_T >::m_name, and DataTypeTraits< T >::name().

Member Function Documentation

◆ name()

Member Data Documentation

◆ m_name

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

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