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

Public Member Functions | |
| Capturer (StringRef macroName, SourceLineInfo const &lineInfo, ResultWas::OfType resultType, StringRef names) | |
| ~Capturer () | |
| void | captureValue (size_t index, StringRef value) |
| template<typename T > | |
| void | captureValues (size_t index, T &&value) |
| template<typename T , typename... Ts> | |
| void | captureValues (size_t index, T &&value, Ts &&...values) |
Private Attributes | |
| std::vector< MessageInfo > | m_messages |
| IResultCapture & | m_resultCapture = getResultCapture() |
| size_t | m_captured = 0 |
| Catch::Capturer::Capturer | ( | StringRef | macroName, |
| SourceLineInfo const & | lineInfo, | ||
| ResultWas::OfType | resultType, | ||
| StringRef | names | ||
| ) |
| Catch::Capturer::~Capturer | ( | ) |
| void Catch::Capturer::captureValue | ( | size_t | index, |
| StringRef | value | ||
| ) |
|
inline |
Definition at line 1829 of file catch.hpp.
References Catch::Detail::stringify(), growth_allz::T, and Catch::Generators::value().
|
inline |
Definition at line 1834 of file catch.hpp.
References Catch::Generators::value(), and Catch::Generators::values().
|
private |
|
private |