:orphan: .. index:: pair: struct; node_descr .. _doxid-structnode__descr: struct node_descr ================= .. toctree:: :hidden: Overview ~~~~~~~~ Structure that represents information about a particular entry. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct node_descr { // fields char* :ref:`name`; char* :ref:`objective`; unsigned int :ref:`tin`; char* :ref:`page`; char* :ref:`hash`; int :ref:`n_branches`; :ref:`rgt_author`* :ref:`authors`; unsigned int :ref:`authors_num`; }; .. _details-structnode__descr: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Structure that represents information about a particular entry. It is used for passing information about start/end events. Fields ------ .. index:: pair: variable; name .. _doxid-structnode__descr_1a36c48d6d439158249a1ec77b568d4c27: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* name Entry name .. index:: pair: variable; objective .. _doxid-structnode__descr_1a15d195bed0255221cd06eb7fc93773ca: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* objective Objectives of the entry .. index:: pair: variable; tin .. _doxid-structnode__descr_1ad3d5deb734474f8a3e507c521c86abc1: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int tin Test identification number .. index:: pair: variable; page .. _doxid-structnode__descr_1a521fec4443221be90f40e83fa1ff6268: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* page Name of the page with documentation .. index:: pair: variable; hash .. _doxid-structnode__descr_1a57b61197069ffda54309220a9176fbb0: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* hash Parameters hash .. index:: pair: variable; n_branches .. _doxid-structnode__descr_1a373c0c4cd0b1a244c0e2360ef362c2ef: .. ref-code-block:: cpp :class: doxyrest-title-code-block int n_branches Number of branches in the entry .. index:: pair: variable; authors .. _doxid-structnode__descr_1a25623b56f7ce6a1c4dee6f4358d60dec: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`rgt_author`* authors Names and emails of authors. .. index:: pair: variable; authors_num .. _doxid-structnode__descr_1a48ad0e0b6f9074e448f88a252fea0641: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int authors_num Number of authors.