:orphan: .. index:: pair: struct; rgt_attrs .. _doxid-structrgt__attrs: struct rgt_attrs ================ .. toctree:: :hidden: Overview ~~~~~~~~ Structure to keep attribute value :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct rgt_attrs { // fields :ref:`rgt_attr_type_t` :ref:`type`; const char* :ref:`name`; const char* :ref:`str_val`; uint32_t :ref:`uint32_val`; }; .. _details-structrgt__attrs: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Structure to keep attribute value Fields ------ .. index:: pair: variable; type .. _doxid-structrgt__attrs_1aab8e7c60a05b31d076b47d7c8e576aa3: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`rgt_attr_type_t` type Attribute type .. index:: pair: variable; name .. _doxid-structrgt__attrs_1ade2ae5a9eb2a8ce5ec73072b6d569888: .. ref-code-block:: cpp :class: doxyrest-title-code-block const char* name Attribute name .. index:: pair: variable; str_val .. _doxid-structrgt__attrs_1a844be356860151d943299d49e9d94743: .. ref-code-block:: cpp :class: doxyrest-title-code-block const char* str_val The value for string attribute .. index:: pair: variable; uint32_val .. _doxid-structrgt__attrs_1acdc2587ab1fd234869935a96a4501b15: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint32_t uint32_val The value for uint32_t attribute