Ylva And Malin
|
#include <catch.hpp>
Public Member Functions | |
BinaryExpr (bool comparisonResult, LhsT lhs, StringRef op, RhsT rhs) | |
![]() | |
auto | isBinaryExpression () const -> bool |
auto | getResult () const -> bool |
ITransientExpression (bool isBinaryExpression, bool result) | |
virtual | ~ITransientExpression () |
Additional Inherited Members | |
![]() | |
bool | m_isBinaryExpression |
bool | m_result |
|
inline |