|
EDCS Reference Manual
Types EDCS_Enumerant_Mapping_Structure |
|---|
/* * STRUCT: EDCS_Enumerant_Mapping_Structure * * Provides forward mapping information for the given * concept to an EDCS Enumerant. */
| typedef | struct | |
| { | ||
| EDCS_Mapping_Type_Code | map_type; | |
| EDCS_Attribute_Code | ea_code; | |
| EDCS_Enumerant_Code | ee_code; | |
| EDCS_Integer | num_entries; | |
| EDCS_Mapping_Entry | *entry_list; | |
| EDCS_Character | *information; |
|