:orphan: .. index:: pair: struct; param_map_entry .. _doxid-structparam__map__entry: struct param_map_entry ====================== .. toctree:: :hidden: Overview ~~~~~~~~ Entry for mapping parameter value from string to integer :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct param_map_entry { // fields const char* :ref:`str_val`; int :ref:`num_val`; }; .. _details-structparam__map__entry: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Entry for mapping parameter value from string to integer Fields ------ .. index:: pair: variable; str_val .. _doxid-structparam__map__entry_1a64d2c8a5a39163318a88e2a00fec369d: .. ref-code-block:: cpp :class: doxyrest-title-code-block const char* str_val value in string format .. index:: pair: variable; num_val .. _doxid-structparam__map__entry_1aa84fe843b66f8c2a8370a418a3136c68: .. ref-code-block:: cpp :class: doxyrest-title-code-block int num_val Value in native numeric format