:orphan: :orphan: :orphan: .. index:: pair: struct; te_enum_trn .. _doxid-structte__enum__trn: struct te_enum_trn ================== .. toctree:: :hidden: Overview ~~~~~~~~ A translation between two sets of integral values An array of translations should end with TE_ENUM_TRN_END :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct te_enum_trn { // fields int :ref:`from`; int :ref:`to`; }; .. _details-structte__enum__trn: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ A translation between two sets of integral values An array of translations should end with TE_ENUM_TRN_END Fields ------ .. index:: pair: variable; from .. _doxid-structte__enum__trn_1ad5745d712ddd99105692593de5b43997: .. ref-code-block:: cpp :class: doxyrest-title-code-block int from Left-hand side value .. index:: pair: variable; to .. _doxid-structte__enum__trn_1a8459d226b6bdfc1c655d7352f792871d: .. ref-code-block:: cpp :class: doxyrest-title-code-block int to Right-hand side value