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

#include <catch_output_redirect.h>

Public Member Functions

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

Detailed Description

Definition at line 29 of file catch_output_redirect.h.

Constructor & Destructor Documentation

◆ RedirectedStdOut()

Catch::RedirectedStdOut::RedirectedStdOut ( )

Definition at line 43 of file catch_output_redirect.cpp.

43: m_cout( Catch::cout(), m_rss.get() ) {}
auto get() -> std::ostream &
std::ostream & cout()

Member Function Documentation

◆ str()

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

Definition at line 44 of file catch_output_redirect.cpp.

44{ 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: