:orphan: .. index:: pair: struct; ta_cfg_obj .. _doxid-structta__cfg__obj: struct ta_cfg_obj ================= .. toctree:: :hidden: Overview ~~~~~~~~ Object data structure, which is inserted into collection :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct ta_cfg_obj { // fields bool :ref:`in_use`; char* :ref:`type`; char* :ref:`name`; char* :ref:`value`; void* :ref:`user_data`; :ref:`ta_cfg_obj_data_free`* :ref:`user_free`; unsigned int :ref:`gid`; :ref:`ta_cfg_obj_action_e` :ref:`action`; :ref:`ta_cfg_obj_attr_t`* :ref:`attrs`; }; .. _details-structta__cfg__obj: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Object data structure, which is inserted into collection Fields ------ .. index:: pair: variable; in_use .. _doxid-structta__cfg__obj_1aceb55e7223449d0a850bc477d417c3ca: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool in_use Whether this entry is in use .. index:: pair: variable; type .. _doxid-structta__cfg__obj_1ad8d9d2e7c00aeab2e71f3e794d351618: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* type Object type in string representation .. index:: pair: variable; name .. _doxid-structta__cfg__obj_1abda16694dc62e738efa4273e94c7a92f: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* name Object name - actually, instance name .. index:: pair: variable; value .. _doxid-structta__cfg__obj_1af9395560ad5e592b41f4d3c1e64d1ed2: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* value Object value - actually, instance value .. index:: pair: variable; user_data .. _doxid-structta__cfg__obj_1a154717a786229f37841826c7ab51b978: .. ref-code-block:: cpp :class: doxyrest-title-code-block void* user_data Pointer to user-provided data .. index:: pair: variable; user_free .. _doxid-structta__cfg__obj_1acabcfeb4f938714eaadd24a6fa4c417a: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`ta_cfg_obj_data_free`* user_free Function for releasing user-provided data .. index:: pair: variable; gid .. _doxid-structta__cfg__obj_1af4a5663a6fe264f9ad1b2523785a5634: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int gid Group ID .. index:: pair: variable; action .. _doxid-structta__cfg__obj_1adb5bc8edaa5c5cc5d0d19e614c07bb43: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`ta_cfg_obj_action_e` action Object action .. index:: pair: variable; attrs .. _doxid-structta__cfg__obj_1ad46ca7a89cb9a6e27041429b9e0ace46: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`ta_cfg_obj_attr_t`* attrs List of object's attributes