:orphan: .. index:: pair: struct; rcf_pch_cfg_object .. _doxid-structrcf__pch__cfg__object: struct rcf_pch_cfg_object ========================= .. toctree:: :hidden: Overview ~~~~~~~~ Configuration tree node :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct rcf_pch_cfg_object { // fields struct rcf_pch_cfg_object* :ref:`son`; struct rcf_pch_cfg_object* :ref:`brother`; :ref:`rcf_ch_cfg_get` :ref:`get`; :ref:`rcf_ch_cfg_set` :ref:`set`; :ref:`rcf_ch_cfg_add` :ref:`add`; :ref:`rcf_ch_cfg_del` :ref:`del`; :ref:`rcf_ch_cfg_list` :ref:`list`; :ref:`rcf_ch_cfg_commit` :ref:`commit`; struct rcf_pch_cfg_object* :ref:`commit_parent`; const :ref:`rcf_pch_cfg_substitution`* :ref:`subst`; char :ref:`sub_id`[RCF_MAX_NAME]; unsigned int :ref:`oid_len`; }; .. _details-structrcf__pch__cfg__object: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Configuration tree node Fields ------ .. index:: pair: variable; son .. _doxid-structrcf__pch__cfg__object_1a1d727c4ec69b89d2b5b1551acf61726a: .. ref-code-block:: cpp :class: doxyrest-title-code-block struct rcf_pch_cfg_object* son First in the list of children .. index:: pair: variable; brother .. _doxid-structrcf__pch__cfg__object_1a6210154c1d82c3899753efa4f0b26671: .. ref-code-block:: cpp :class: doxyrest-title-code-block struct rcf_pch_cfg_object* brother Next in the list of brothers .. index:: pair: variable; get .. _doxid-structrcf__pch__cfg__object_1a21bcf67cc0c03316e0920d29f5b00942: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`rcf_ch_cfg_get` get Get accessor .. index:: pair: variable; set .. _doxid-structrcf__pch__cfg__object_1aa974edb78cf3d31ed0859b2a2de5d495: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`rcf_ch_cfg_set` set Set accessor .. index:: pair: variable; add .. _doxid-structrcf__pch__cfg__object_1ad7ce244750f7ef2c2b850dd98a9af7f2: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`rcf_ch_cfg_add` add Add method .. index:: pair: variable; del .. _doxid-structrcf__pch__cfg__object_1a5c5c2a064b8de217f700ff324ec8548f: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`rcf_ch_cfg_del` del Delete method .. index:: pair: variable; list .. _doxid-structrcf__pch__cfg__object_1a908690657283ab4537a7bf36c4877123: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`rcf_ch_cfg_list` list List method .. index:: pair: variable; commit .. _doxid-structrcf__pch__cfg__object_1a10e8489e786107818fa832d52e3659cf: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`rcf_ch_cfg_commit` commit Function to commit changes or NULL .. index:: pair: variable; commit_parent .. _doxid-structrcf__pch__cfg__object_1a724b6e13d6970adc29cc5ef23289bb5b: .. ref-code-block:: cpp :class: doxyrest-title-code-block struct rcf_pch_cfg_object* commit_parent Parent which supports commit operation .. index:: pair: variable; subst .. _doxid-structrcf__pch__cfg__object_1a56912e4aecb8728521790ec78ba44cdf: .. ref-code-block:: cpp :class: doxyrest-title-code-block const :ref:`rcf_pch_cfg_substitution`* subst Pointer to a linear array of substitutions .. index:: pair: variable; sub_id .. _doxid-structrcf__pch__cfg__object_1a911c3e22cab1776f31d2ae124f82e209: .. ref-code-block:: cpp :class: doxyrest-title-code-block char sub_id[RCF_MAX_NAME] Object sub-identifier .. index:: pair: variable; oid_len .. _doxid-structrcf__pch__cfg__object_1ade42c5133965bbba96a57a2062153ce2: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int oid_len Length of the object identifier