Field3D
TemplatedFieldType Struct 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

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


Constructor & Destructor Documentation

TemplatedFieldType::TemplatedFieldType ( ) [inline]

Definition at line 122 of file Traits.h.

  {
    m_name = Field_T::staticClassName();
    m_name +=
      "<" +
      DataTypeTraits<typename Field_T::value_type>::name() +
      ">";
  }

Member Function Documentation


Member Data Documentation


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