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

Public Member Functions | |
| auto | isBinaryExpression () const -> bool |
| auto | getResult () const -> bool |
| virtual void | streamReconstructedExpression (std::ostream &os) const =0 |
| ITransientExpression (bool isBinaryExpression, bool result) | |
| virtual | ~ITransientExpression () |
Public Attributes | |
| bool | m_isBinaryExpression |
| bool | m_result |
|
inline |
Definition at line 1470 of file catch.hpp.
|
virtual |
|
inline |
|
inline |
Definition at line 1466 of file catch.hpp.
|
pure virtual |
Implemented in Catch::MatchExpr< ArgT, MatcherT >, Catch::UnaryExpr< LhsT >, and Catch::BinaryExpr< LhsT, RhsT >.