:orphan: .. index:: pair: struct; asn_enum_entry_t .. _doxid-structasn__enum__entry__t: struct asn_enum_entry_t ======================= .. toctree:: :hidden: Overview ~~~~~~~~ Element of array, specifying named integer value in enumerated type. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct asn_enum_entry_t { // fields char*const :ref:`name`; int :ref:`value`; }; .. _details-structasn__enum__entry__t: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Element of array, specifying named integer value in enumerated type. Fields ------ .. index:: pair: variable; name .. _doxid-structasn__enum__entry__t_1a9e7bf9fd4821721f36f952cfd2b52bd6: .. ref-code-block:: cpp :class: doxyrest-title-code-block char*const name Text label of value .. index:: pair: variable; value .. _doxid-structasn__enum__entry__t_1a33bc41611a4102516eeec6be900cf2a8: .. ref-code-block:: cpp :class: doxyrest-title-code-block int value Value itself