#include <catch_output_redirect.h>
Definition at line 49 of file catch_output_redirect.h.
◆ RedirectedStreams() [1/3]
◆ RedirectedStreams() [2/3]
◆ RedirectedStreams() [3/3]
Catch::RedirectedStreams::RedirectedStreams |
( |
std::string & | redirectedCout, |
|
|
std::string & | redirectedCerr ) |
Definition at line 52 of file catch_output_redirect.cpp.
53 : m_redirectedCout(redirectedCout),
54 m_redirectedCerr(redirectedCerr)
55 {}
◆ ~RedirectedStreams()
Catch::RedirectedStreams::~RedirectedStreams |
( |
| ) |
|
Definition at line 57 of file catch_output_redirect.cpp.
57 {
58 m_redirectedCout += m_redirectedStdOut.
str();
59 m_redirectedCerr += m_redirectedStdErr.
str();
60 }
auto str() const -> std::string
auto str() const -> std::string
◆ operator=() [1/2]
◆ operator=() [2/2]
The documentation for this class was generated from the following files: