|
|
| BinaryExpr (bool comparisonResult, LhsT lhs, StringRef op, RhsT rhs) |
| |
|
template<typename T > |
| auto | operator&& (T) const -> BinaryExpr< LhsT, RhsT const & > const |
| |
|
template<typename T > |
| auto | operator|| (T) const -> BinaryExpr< LhsT, RhsT const & > const |
| |
|
template<typename T > |
| auto | operator== (T) const -> BinaryExpr< LhsT, RhsT const & > const |
| |
|
template<typename T > |
| auto | operator!= (T) const -> BinaryExpr< LhsT, RhsT const & > const |
| |
|
template<typename T > |
| auto | operator> (T) const -> BinaryExpr< LhsT, RhsT const & > const |
| |
|
template<typename T > |
| auto | operator< (T) const -> BinaryExpr< LhsT, RhsT const & > const |
| |
|
template<typename T > |
| auto | operator>= (T) const -> BinaryExpr< LhsT, RhsT const & > const |
| |
|
template<typename T > |
| auto | operator<= (T) const -> BinaryExpr< LhsT, RhsT const & > const |
| |
|
auto | isBinaryExpression () const -> bool |
| |
|
auto | getResult () const -> bool |
| |
|
virtual void | streamReconstructedExpression (std::ostream &os) const =0 |
| |
|
| ITransientExpression (bool isBinaryExpression, bool result) |
| |
|
| ITransientExpression (ITransientExpression const &)=default |
| |
|
ITransientExpression & | operator= (ITransientExpression const &)=default |
| |
The documentation for this class was generated from the following file: