orxonox::MT_Type Namespace Reference
Enum of all possible types of a
MultiType.
More...
|
Enumerations |
enum | Value {
Null,
Char,
UnsignedChar,
Short,
UnsignedShort,
Int,
UnsignedInt,
Long,
UnsignedLong,
LongLong,
UnsignedLongLong,
Float,
Double,
LongDouble,
Bool,
VoidPointer,
String,
Vector2,
Vector3,
Vector4,
ColourValue,
Quaternion,
Radian,
Degree
} |
Detailed Description
Enum of all possible types of a
MultiType.
Enumeration Type Documentation
- Enumerator:
-
Null |
|
Char |
|
UnsignedChar |
|
Short |
|
UnsignedShort |
|
Int |
|
UnsignedInt |
|
Long |
|
UnsignedLong |
|
LongLong |
|
UnsignedLongLong |
|
Float |
|
Double |
|
LongDouble |
|
Bool |
|
VoidPointer |
|
String |
|
Vector2 |
|
Vector3 |
|
Vector4 |
|
ColourValue |
|
Quaternion |
|
Radian |
|
Degree |
|