#include <vector>
#include <mia/core/defines.hh>
#include <miaconfig.h>
Go to the source code of this file.
|
| ATTR_TYPEID (bool, attr_bool) |
|
| ATTR_TYPEID (unsigned char, attr_uchar) |
|
| ATTR_TYPEID (signed char, attr_schar) |
|
| ATTR_TYPEID (unsigned short, attr_ushort) |
|
| ATTR_TYPEID (signed short, attr_sshort) |
|
| ATTR_TYPEID (unsigned int, attr_uint) |
|
| ATTR_TYPEID (signed int, attr_sint) |
|
| ATTR_TYPEID (float, attr_float) |
|
| ATTR_TYPEID (double, attr_double) |
|
| ATTR_TYPEID (std::string, attr_string) |
|
◆ ATTR_TYPEID
#define ATTR_TYPEID |
( |
|
T, |
|
|
|
ID |
|
) |
| |
Value:template <> \
static const int value = ID; \
};
Definition at line 66 of file attributetype.hh.
◆ ATTR_TYPEID() [1/10]
ATTR_TYPEID |
( |
bool |
, |
|
|
attr_bool |
|
|
) |
| |
◆ ATTR_TYPEID() [2/10]
ATTR_TYPEID |
( |
unsigned |
char, |
|
|
attr_uchar |
|
|
) |
| |
◆ ATTR_TYPEID() [3/10]
ATTR_TYPEID |
( |
signed |
char, |
|
|
attr_schar |
|
|
) |
| |
◆ ATTR_TYPEID() [4/10]
ATTR_TYPEID |
( |
unsigned |
short, |
|
|
attr_ushort |
|
|
) |
| |
◆ ATTR_TYPEID() [5/10]
ATTR_TYPEID |
( |
signed |
short, |
|
|
attr_sshort |
|
|
) |
| |
◆ ATTR_TYPEID() [6/10]
ATTR_TYPEID |
( |
unsigned |
int, |
|
|
attr_uint |
|
|
) |
| |
◆ ATTR_TYPEID() [7/10]
ATTR_TYPEID |
( |
signed |
int, |
|
|
attr_sint |
|
|
) |
| |
◆ ATTR_TYPEID() [8/10]
ATTR_TYPEID |
( |
float |
, |
|
|
attr_float |
|
|
) |
| |
◆ ATTR_TYPEID() [9/10]
ATTR_TYPEID |
( |
double |
, |
|
|
attr_double |
|
|
) |
| |
◆ ATTR_TYPEID() [10/10]
ATTR_TYPEID |
( |
std::string |
, |
|
|
attr_string |
|
|
) |
| |