Skip to main content

Module kinds

Module kinds 

Source
Expand description

TypeObject-Diskriminator-Konstanten (XTypes 1.3 §7.3.4.1 / §7.3.4.4).

Diese Konstanten diskriminieren die MinimalTypeObject- und CompleteTypeObject-Union. Sie unterscheiden sich von den TypeIdentifier-Konstanten fuer composite Types (TypeObject hat eigene Kind-Codes fuer STRUCTURE, UNION, etc., ab 0x50).

Constants§

TK_ALIAS
alias<T>.
TK_ANNOTATION
annotation.
TK_ARRAY
T[N] (collection).
TK_BITMASK
bitmask.
TK_BITSET
bitset.
TK_ENUM
enum.
TK_MAP
map<K,V> (collection).
TK_SEQUENCE
sequence<T> (collection).
TK_STRUCTURE
struct.
TK_UNION
union.