:orphan: .. index:: pair: struct; te_conf_obj .. _doxid-structte__conf__obj: struct te_conf_obj ================== .. toctree:: :hidden: Overview ~~~~~~~~ Context for an interaction with a field of a complex object :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct te_conf_obj { // fields const char* :ref:`name`; const size_t :ref:`offset`; const uint32_t :ref:`flag`; const void* :ref:`options`; :ref:`te_conf_obj_methods`* :ref:`methods`; }; .. _details-structte__conf__obj: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Context for an interaction with a field of a complex object Fields ------ .. index:: pair: variable; name .. _doxid-structte__conf__obj_1a28cc6dd8b6a66c194116326819788978: .. ref-code-block:: cpp :class: doxyrest-title-code-block const char* name Field name .. index:: pair: variable; offset .. _doxid-structte__conf__obj_1afa7457dca50519444f2524666e1a4ab2: .. ref-code-block:: cpp :class: doxyrest-title-code-block const size_t offset Offset from a base address in structure .. index:: pair: variable; flag .. _doxid-structte__conf__obj_1a62d808e3667449615c495025fc5d6841: .. ref-code-block:: cpp :class: doxyrest-title-code-block const uint32_t flag Flag corresponding to a specified field .. index:: pair: variable; options .. _doxid-structte__conf__obj_1a40b7c80830c611154e0ffe5278f77158: .. ref-code-block:: cpp :class: doxyrest-title-code-block const void* options User options .. index:: pair: variable; methods .. _doxid-structte__conf__obj_1aaaf41d6e5622523f7cc127a0d4d6c3e9: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_conf_obj_methods`* methods Object methods