The SEDRIS Data Representation Model
APPENDIX C - Types
SE_Enumerant_Structure
/*
 * STRUCT: SE_Enumerant_Structure
 *
 *   This data type is used to specify the structure of a single
 *   enumerant within an enumerated (or "registerable enumerated") type.
 *
 *   See the SE_GetDRMTypeStructure() function for details on how to
 *   access the information of a type (such as the names and values
 *   within an enumerated type).
 */
typedef struct
{
const SE_Character *name_ptr; (notes)
SE_Integer value; (notes)
} SE_Enumerant_Structure;


Field Notes


name_ptr

 label of enumerant

value

 value of enumerant



Prev: SE_Element_Type_Code. Next: SE_Feature_Topology_Level.


Return to: Top of this Page, Type Index

Last updated: July 16, 2004 Copyright © 2004 SEDRIS