Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
Catch::RedirectedStdErr Class Reference

#include <catch_output_redirect.h>

Public Member Functions

 RedirectedStdErr ()
 
auto str () const -> std::string
 

Detailed Description

Definition at line 40 of file catch_output_redirect.h.

Constructor & Destructor Documentation

◆ RedirectedStdErr()

Catch::RedirectedStdErr::RedirectedStdErr ( )

Definition at line 46 of file catch_output_redirect.cpp.

47 : m_cerr( Catch::cerr(), m_rss.get() ),
48 m_clog( Catch::clog(), m_rss.get() )
49 {}
auto get() -> std::ostream &
std::ostream & clog()
std::ostream & cerr()

Member Function Documentation

◆ str()

auto Catch::RedirectedStdErr::str ( ) const -> std::string

Definition at line 50 of file catch_output_redirect.cpp.

50{ return m_rss.str(); }
auto str() const -> std::string
Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following files: