:orphan: .. index:: pair: struct; netconf_list .. _doxid-structnetconf__list: struct netconf_list =================== .. toctree:: :hidden: Overview ~~~~~~~~ List of network information nodes :ref:`More...<details-structnetconf__list>` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include <netconf.h> struct netconf_list { // fields :ref:`netconf_node<doxid-structnetconf__node>`* :ref:`head<doxid-structnetconf__list_1aae3abac07749659c7499717b13af456f>`; :ref:`netconf_node<doxid-structnetconf__node>`* :ref:`tail<doxid-structnetconf__list_1a54475b2b49e6418531e6c36bdc31fd5a>`; unsigned int :ref:`length<doxid-structnetconf__list_1af03fb59af68eadb7dba07b8ecefad371>`; }; .. _details-structnetconf__list: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ List of network information nodes Fields ------ .. index:: pair: variable; head .. _doxid-structnetconf__list_1aae3abac07749659c7499717b13af456f: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`netconf_node<doxid-structnetconf__node>`* head Head of the list .. index:: pair: variable; tail .. _doxid-structnetconf__list_1a54475b2b49e6418531e6c36bdc31fd5a: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`netconf_node<doxid-structnetconf__node>`* tail Tail of the list .. index:: pair: variable; length .. _doxid-structnetconf__list_1af03fb59af68eadb7dba07b8ecefad371: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int length Length of the list