|
EDCS Reference Manual
Types EDCS_Enumerant_Dictionary_Entry |
|---|
/* * STRUCT: EDCS_Enumerant_Dictionary_Entry * * This data type is used to hold EE Dictionary Entries. */
| typedef | struct | ||
| { | |||
| EDCS_Attribute_Code | ea_code; | ||
| EDCS_Enumerant_Code | ee_code; | ||
| EDCS_Enumerant_Label | label; | ||
| const | EDCS_Character | *symbolic_constant; | |
| const | EDCS_Character | *definition; | |
| EDCS_Reference_Type | reference_type; | ||
| const | EDCS_Character | *reference; | |
| EDCS_Character | *supplemental_references; | ||
| EDCS_Concept_Status | concept_status; |
|