cartobase  5.0.5
carto::DataTypeCode< T > Class Template Reference

This class is just a hint to convert an actual data type to an identifier string used in input/output stuff. More...

#include <cartobase/type/types.h>

Public Member Functions

 DataTypeCode ()
 
template<>
std::string dataType ()
 
template<>
std::string objectType ()
 
template<>
std::string name ()
 
template<>
std::string dataType ()
 
template<>
std::string objectType ()
 
template<>
std::string name ()
 
template<>
std::string dataType ()
 
template<>
std::string dataType ()
 
template<>
std::string dataType ()
 
template<>
std::string dataType ()
 
template<>
std::string dataType ()
 
template<>
std::string dataType ()
 
template<>
std::string dataType ()
 
template<>
std::string dataType ()
 
template<>
std::string dataType ()
 
template<>
std::string dataType ()
 
template<>
std::string dataType ()
 
template<>
std::string dataType ()
 
template<>
std::string dataType ()
 
template<>
std::string dataType ()
 
template<>
std::string dataType ()
 
template<>
std::string dataType ()
 
template<>
std::string dataType ()
 
template<>
std::string dataType ()
 
template<>
std::string dataType ()
 
template<>
std::string dataType ()
 
template<>
std::string dataType ()
 

Static Public Member Functions

static std::string objectType ()
 
static std::string dataType ()
 
static std::string name ()
 

Detailed Description

template<class T>
class carto::DataTypeCode< T >

This class is just a hint to convert an actual data type to an identifier string used in input/output stuff.

Definition at line 110 of file types.h.

Constructor & Destructor Documentation

◆ DataTypeCode()

template<class T >
carto::DataTypeCode< T >::DataTypeCode ( )
inline

Definition at line 114 of file types.h.

Member Function Documentation

◆ dataType() [1/24]

template<>
std::string carto::DataTypeCode< VoxelHSV >::dataType ( )
inline

Definition at line 51 of file voxelhsv.h.

◆ dataType() [2/24]

template<>
std::string carto::DataTypeCode< VoxelRGB >::dataType ( )
inline

Definition at line 54 of file voxelrgb_decl.h.

◆ dataType() [3/24]

template<>
std::string carto::DataTypeCode< VoxelRGBA >::dataType ( )
inline

Definition at line 54 of file voxelrgba_decl.h.

◆ dataType() [4/24]

template<typename T >
std::string carto::DataTypeCode< T >::dataType ( )
inlinestatic

Definition at line 230 of file types.h.

Referenced by DataTypeInfo< DataType >::channelType().

◆ dataType() [5/24]

template<>
std::string carto::DataTypeCode< int8_t >::dataType ( )
inline

Definition at line 252 of file types.h.

◆ dataType() [6/24]

template<>
std::string carto::DataTypeCode< uint8_t >::dataType ( )
inline

Definition at line 258 of file types.h.

◆ dataType() [7/24]

template<>
std::string carto::DataTypeCode< char >::dataType ( )
inline

Definition at line 266 of file types.h.

◆ dataType() [8/24]

template<>
std::string carto::DataTypeCode< int16_t >::dataType ( )
inline

Definition at line 273 of file types.h.

◆ dataType() [9/24]

template<>
std::string carto::DataTypeCode< uint16_t >::dataType ( )
inline

Definition at line 279 of file types.h.

◆ dataType() [10/24]

template<>
std::string carto::DataTypeCode< int32_t >::dataType ( )
inline

Definition at line 285 of file types.h.

◆ dataType() [11/24]

template<>
std::string carto::DataTypeCode< uint32_t >::dataType ( )
inline

Definition at line 291 of file types.h.

◆ dataType() [12/24]

template<>
std::string carto::DataTypeCode< long >::dataType ( )
inline

Definition at line 299 of file types.h.

◆ dataType() [13/24]

template<>
std::string carto::DataTypeCode< unsigned long >::dataType ( )
inline

Definition at line 306 of file types.h.

◆ dataType() [14/24]

template<>
std::string carto::DataTypeCode< int64_t >::dataType ( )
inline

Definition at line 313 of file types.h.

◆ dataType() [15/24]

template<>
std::string carto::DataTypeCode< uint64_t >::dataType ( )
inline

Definition at line 319 of file types.h.

◆ dataType() [16/24]

template<>
std::string carto::DataTypeCode< float >::dataType ( )
inline

Definition at line 325 of file types.h.

◆ dataType() [17/24]

template<>
std::string carto::DataTypeCode< double >::dataType ( )
inline

Definition at line 332 of file types.h.

◆ dataType() [18/24]

template<>
std::string carto::DataTypeCode< cfloat >::dataType ( )
inline

Definition at line 339 of file types.h.

◆ dataType() [19/24]

template<>
std::string carto::DataTypeCode< cdouble >::dataType ( )
inline

Definition at line 346 of file types.h.

◆ dataType() [20/24]

template<>
std::string carto::DataTypeCode< Void >::dataType ( )
inline

Definition at line 353 of file types.h.

◆ dataType() [21/24]

template<>
std::string carto::DataTypeCode< bool >::dataType ( )
inline

Definition at line 360 of file types.h.

◆ dataType() [22/24]

template<>
std::string carto::DataTypeCode< std::string >::dataType ( )
inline

Definition at line 366 of file types.h.

◆ dataType() [23/24]

template<>
std::string carto::DataTypeCode< Object >::dataType ( )
inline

Definition at line 1581 of file object.h.

◆ dataType() [24/24]

template<>
std::string carto::DataTypeCode< GenericObject >::dataType ( )
inline

Definition at line 1606 of file object.h.

◆ name() [1/3]

◆ name() [2/3]

template<>
std::string carto::DataTypeCode< Object >::name ( )
inline

Definition at line 1595 of file object.h.

◆ name() [3/3]

template<>
std::string carto::DataTypeCode< GenericObject >::name ( )
inline

Definition at line 1620 of file object.h.

◆ objectType() [1/3]

template<typename T >
std::string carto::DataTypeCode< T >::objectType ( )
inlinestatic

Definition at line 223 of file types.h.

◆ objectType() [2/3]

template<>
std::string carto::DataTypeCode< Object >::objectType ( )
inline

Definition at line 1588 of file object.h.

◆ objectType() [3/3]

template<>
std::string carto::DataTypeCode< GenericObject >::objectType ( )
inline

Definition at line 1613 of file object.h.


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