:orphan: :orphan: :orphan: :orphan: :orphan: .. index:: pair: struct; tapi_job_opt_uint_t .. _doxid-structtapi__job__opt__uint__t: struct tapi_job_opt_uint_t ========================== .. toctree:: :hidden: Overview ~~~~~~~~ Unsigned integer which can be left undefined :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tapi_job_opt_uint_t { // fields unsigned int :ref:`value`; :ref:`te_bool` :ref:`defined`; }; .. _details-structtapi__job__opt__uint__t: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Unsigned integer which can be left undefined Fields ------ .. index:: pair: variable; value .. _doxid-structtapi__job__opt__uint__t_1a635409dbd2c3c444cf8f4999ce3696d9: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int value Value .. index:: pair: variable; defined .. _doxid-structtapi__job__opt__uint__t_1ad97fa024f3ea04aebd4af5ac69108d68: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_bool` defined If ``TRUE``, value is defined