The SEDRIS Data Representation Model
APPENDIX C - Types
SE_Field_Modifier
|
/*
* ENUM: SE_Field_Modifier
*
* This data type is used in SE_DRM_Field_Structure to describe how
* a field within a structure was "modified" by the declaration of
* the field.
*/
} SE_Field_Modifier;
Enumerant Notes
The field is not modified, so it is considered "plain".
The field is a bit field.
The field is a fixed-size 1-dimensional array.
The field is a fixed-size 2-dimensional array.
The field is a pointer (not a fixed-size array).
The field is a union.
Prev: SE_Feature_Topology_Level.
Next: SE_Fields.
Return to:
Top of this Page,
Type Index
|
Last updated: July 16, 2004
|
Copyright © 2004 SEDRIS
|
|