![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <catch.hpp>
Public Member Functions | |
| UnaryExpr (LhsT lhs) | |
| Public Member Functions inherited from Catch::ITransientExpression | |
| auto | isBinaryExpression () const -> bool |
| auto | getResult () const -> bool |
| ITransientExpression (bool isBinaryExpression, bool result) | |
| virtual | ~ITransientExpression () |
Private Member Functions | |
| void | streamReconstructedExpression (std::ostream &os) const override |
Additional Inherited Members | |
| Public Attributes inherited from Catch::ITransientExpression | |
| bool | m_isBinaryExpression |
| bool | m_result |
|
inlineexplicit |
|
inlineoverrideprivatevirtual |
Implements Catch::ITransientExpression.