RTI Connext Modern C++ API Version 7.3.0
|
The definition of TypeKind. More...
#include <TypeKind.hpp>
Public Types | |
enum | type { } |
The underlying enum type. More... | |
The definition of TypeKind.
The underlying enum
type.
Enumerator | |
---|---|
PRIMITIVE_TYPE | Flag indicating a primitive type.
|
CONSTRUCTED_TYPE | Flag indicating a constructed type.
|
COLLECTION_TYPE | Flag indicating a collection type.
|
AGGREGATION_TYPE | Flag indicating an aggreation type.
|
BOOLEAN_TYPE |
|
UINT_8_TYPE |
|
INT_16_TYPE |
|
UINT_16_TYPE |
|
INT_32_TYPE |
|
UINT_32_TYPE |
|
INT_64_TYPE |
|
UINT_64_TYPE |
|
FLOAT_32_TYPE |
|
FLOAT_64_TYPE |
|
FLOAT_128_TYPE | Indicates a PrimitiveType<rti::core::LongDouble>
|
CHAR_8_TYPE |
|
ENUMERATION_TYPE | Indicates an EnumType. |
ALIAS_TYPE | Indicates an AliasType. |
ARRAY_TYPE | Indicates an ArrayType. |
SEQUENCE_TYPE | Indicates a SequenceType. |
STRING_TYPE | Indicates a StringType. |
WSTRING_TYPE | Indicates a WStringType. |
UNION_TYPE | Indicates a UnionType. |
STRUCTURE_TYPE | Indicates a StructType. |