:orphan: .. index:: pair: struct; test_var_arg_list .. _doxid-structtest__var__arg__list: struct test_var_arg_list ======================== .. toctree:: :hidden: Overview ~~~~~~~~ Information about run item variable/argument list. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct test_var_arg_list { // fields const char* :ref:`name`; unsigned int :ref:`len`; unsigned int :ref:`n_iters`; // methods :ref:`SLIST_ENTRY`(test_var_arg_list); }; .. _details-structtest__var__arg__list: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Information about run item variable/argument list. Fields ------ .. index:: pair: variable; name .. _doxid-structtest__var__arg__list_1a7a5d927c58f3e44eb331afcb7ac6f8d3: .. ref-code-block:: cpp :class: doxyrest-title-code-block const char* name Name of the list .. index:: pair: variable; len .. _doxid-structtest__var__arg__list_1afc82555f7c4bece28093c5a40549fd3b: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int len Length of the list .. index:: pair: variable; n_iters .. _doxid-structtest__var__arg__list_1a89b1dcc1c6fa874f3b0bf29fea165eaf: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int n_iters Number of outer iterations of the list Methods ------- .. index:: pair: function; SLIST_ENTRY .. _doxid-structtest__var__arg__list_1a97bfc2153e9cdf858256ac5e93915244: .. ref-code-block:: cpp :class: doxyrest-title-code-block SLIST_ENTRY(test_var_arg_list) Linked list links