| cartobase
    4.7.0
    | 
Properties of data types. More...
#include <cartobase/type/datatypetraits.h>
| Public Types | |
| typedef Void | ChannelType | 
| typedef DataType | LongType | 
| Static Public Attributes | |
| static const bool | is_scalar = false | 
| static const bool | is_multichannel = false | 
| static const bool | has_bool_conversion = false | 
| static const unsigned int | channelcount = 0 | 
Properties of data types.
This class allows a program to obtain information about the representation of a data type.
The static const members are usable as integral constant expressions.
| DataType | to get information about. | 
Definition at line 103 of file datatypetraits.h.
| typedef Void carto::DataTypeTraits< DataType >::ChannelType | 
Definition at line 107 of file datatypetraits.h.
| typedef DataType carto::DataTypeTraits< DataType >::LongType | 
Definition at line 108 of file datatypetraits.h.
| 
 | static | 
Definition at line 113 of file datatypetraits.h.
Referenced by DataTypeInfo< DataType >::depth(), and DataTypeInfo< DataType >::samples().
| 
 | static | 
Definition at line 112 of file datatypetraits.h.
| 
 | static | 
Definition at line 111 of file datatypetraits.h.
| 
 | static | 
Definition at line 110 of file datatypetraits.h.