:orphan: .. index:: pair: struct; te_conf_obj_methods .. _doxid-structte__conf__obj__methods: struct te_conf_obj_methods ========================== .. toctree:: :hidden: Overview ~~~~~~~~ Methods for interaction with configurator objects of a specific type :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct te_conf_obj_methods { // fields :ref:`te_conf_obj_func_to_str` :ref:`to_str`; :ref:`te_conf_obj_func_from_str` :ref:`from_str`; :ref:`te_conf_obj_func_compare` :ref:`compare`; }; .. _details-structte__conf__obj__methods: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Methods for interaction with configurator objects of a specific type Fields ------ .. index:: pair: variable; to_str .. _doxid-structte__conf__obj__methods_1a9d7e840d7b6e6830e9890771e4e5b3aa: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_conf_obj_func_to_str` to_str Transform to string .. index:: pair: variable; from_str .. _doxid-structte__conf__obj__methods_1a60decd4d1962a178b3e366c4191b3471: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_conf_obj_func_from_str` from_str Transform from string .. index:: pair: variable; compare .. _doxid-structte__conf__obj__methods_1adc333a05a45161ee48b0c35125cc0d6e: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_conf_obj_func_compare` compare Compare two structures