Contains makVrv::DtUniqueElementAttribute class.
More...
Go to the source code of this file.
Namespaces |
| namespace | makVrv |
| | REMOVE THIS along with the creator later.
|
Functions |
| | makVrv::AddTypeId (unsigned char, 1) |
| | makVrv::AddTypeId (unsigned short, 2) |
| | makVrv::AddTypeId (unsigned int, 3) |
| | makVrv::AddTypeId (unsigned long int, 4) |
| | makVrv::AddTypeId (char, 5) |
| | makVrv::AddTypeId (short, 6) |
| | makVrv::AddTypeId (int, 7) |
| | makVrv::AddTypeId (long int, 8) |
| | makVrv::AddTypeId (float, 9) |
| | makVrv::AddTypeId (double, 10) |
| | makVrv::AddTypeId (bool, 11) |
| | makVrv::AddTypeId (std::string, 12) |
| | makVrv::AddTypeId (pairInts, 13) |
Detailed Description
Macro Definition Documentation
| #define AddTypeId |
( |
|
typeStr, |
|
|
|
number |
|
) |
| template <> struct TypeIds<typeStr> { enum { id = number }; } |
| #define DtUniqueElementAttribute_INL_ |