:orphan: .. index:: pair: struct; logic_expr .. _doxid-structlogic__expr: struct logic_expr ================= .. toctree:: :hidden: Overview ~~~~~~~~ Element of the requirements expression :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct logic_expr { // fields :ref:`logic_expr_type` :ref:`type`; char* :ref:`value`; struct logic_expr* :ref:`unary`; struct logic_expr* :ref:`lhv`; struct logic_expr* :ref:`rhv`; struct logic_expr::@15::@16 :ref:`binary`; union logic_expr::@15 :ref:`u`; }; .. _details-structlogic__expr: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Element of the requirements expression Fields ------ .. index:: pair: variable; type .. _doxid-structlogic__expr_1abf8f96cd51e5eaf9d99fe15ac13a540a: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`logic_expr_type` type Type of expression element .. index:: pair: variable; value .. _doxid-structlogic__expr_1a254b463691c2b666cfc8bf86da94472b: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* value Simple value .. index:: pair: variable; unary .. _doxid-structlogic__expr_1a3ab3b5b619b3a7287b2b45f24f32347c: .. ref-code-block:: cpp :class: doxyrest-title-code-block struct logic_expr* unary Unary expression .. index:: pair: variable; lhv .. _doxid-structlogic__expr_1ab7173abc1eb229c01cd1f0941f9b5cdb: .. ref-code-block:: cpp :class: doxyrest-title-code-block struct logic_expr* lhv Left hand value .. index:: pair: variable; rhv .. _doxid-structlogic__expr_1a554cb667b4b655309f3e0b95e130cfde: .. ref-code-block:: cpp :class: doxyrest-title-code-block struct logic_expr* rhv Right hand value .. index:: pair: variable; binary .. _doxid-structlogic__expr_1ac1fab5edfec2ebbef19f011aaf0a5efe: .. ref-code-block:: cpp :class: doxyrest-title-code-block unnamed-struct binary Binary expression .. index:: pair: variable; u .. _doxid-structlogic__expr_1a2d43318ce28e3795c15b77b06c923f5b: .. ref-code-block:: cpp :class: doxyrest-title-code-block unnamed-union u Type specific data