:orphan: .. index:: pair: struct; rpc_bit_map_entry .. _doxid-structrpc__bit__map__entry: struct rpc_bit_map_entry ======================== .. toctree:: :hidden: Overview ~~~~~~~~ Entry for mapping a bit of bitmask to its string value :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct rpc_bit_map_entry { // fields const char* :ref:`str_val`; unsigned int :ref:`bit_val`; }; .. _details-structrpc__bit__map__entry: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Entry for mapping a bit of bitmask to its string value Fields ------ .. index:: pair: variable; str_val .. _doxid-structrpc__bit__map__entry_1ad810597721d1698b88df7473ebac5ff8: .. ref-code-block:: cpp :class: doxyrest-title-code-block const char* str_val String value .. index:: pair: variable; bit_val .. _doxid-structrpc__bit__map__entry_1a56a7f57d5d4de4319161fc7b936cfab4: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int bit_val Numerical value