/* * ENUM: SE_TYPE_CLASSIFICATION_ENUM * * Used to classify a 'subordinate type', i.e., a type that is used in * building up the fields of a SEDRIS DRM class. */
| typedef | enum | |
| { | ||
| SE_BASIC_TYPE, | (notes) | |
| SE_ENUM_TYPE, | (notes) | |
| SE_STRUCT_TYPE, | (notes) | |
| SE_INVALID_TYPE = 98 | (notes) |
renames a pre-existing type
defines an enumerated type
defines a structured type
non-existent typePrev: SE_TOKEN_SET. Next: SE_UNION_TYPE_ENUM. Up:Index