|
Fast Methods for Cosmological Simulations
FastSim serves as a tool for quick N-body simulations in modified gravity.
|
#include <catch.hpp>


Public Member Functions | |
| BinaryExpr (bool comparisonResult, LhsT lhs, StringRef op, RhsT rhs) | |
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 |
Private Attributes | |
| LhsT | m_lhs |
| StringRef | m_op |
| RhsT | m_rhs |
Additional Inherited Members | |
Public Attributes inherited from Catch::ITransientExpression | |
| bool | m_isBinaryExpression |
| bool | m_result |
|
inline |
Definition at line 1498 of file catch.hpp.
|
inlineoverrideprivatevirtual |
Implements Catch::ITransientExpression.
Definition at line 1492 of file catch.hpp.
References Catch::formatReconstructedExpression(), and Catch::Detail::stringify().
|
private |
|
private |
|
private |