#include <catch_amalgamated.hpp>
◆ Capturer() [1/2]
◆ Capturer() [2/2]
Catch::Capturer::Capturer |
( |
Capturer const & | | ) |
|
|
delete |
◆ ~Capturer()
Catch::Capturer::~Capturer |
( |
| ) |
|
◆ captureValue()
void Catch::Capturer::captureValue |
( |
size_t | index, |
|
|
std::string const & | value ) |
◆ captureValues() [1/2]
template<typename T>
void Catch::Capturer::captureValues |
( |
size_t | index, |
|
|
T const & | value ) |
|
inline |
◆ captureValues() [2/2]
template<typename T, typename... Ts>
void Catch::Capturer::captureValues |
( |
size_t | index, |
|
|
T const & | value, |
|
|
Ts const &... | values ) |
|
inline |
◆ operator=()
◆ m_captured
size_t Catch::Capturer::m_captured = 0 |
|
private |
◆ m_messages
◆ m_resultCapture
The documentation for this class was generated from the following files: