kblib 0.2.3
General utilities library for modern C++
Catch::ReusableStringStream Class Reference

#include <catch/catch.hpp>

Inheritance diagram for Catch::ReusableStringStream:
Collaboration diagram for Catch::ReusableStringStream:

Public Member Functions

 ReusableStringStream ()
 
 ~ReusableStringStream ()
 
auto str () const -> std::string
 
template<typename T >
auto operator<< (T const &value) -> ReusableStringStream &
 
auto get () -> std::ostream &
 
 ReusableStringStream ()
 
 ~ReusableStringStream ()
 
auto str () const -> std::string
 
template<typename T >
auto operator<< (T const &value) -> ReusableStringStream &
 
auto get () -> std::ostream &
 

Detailed Description

Definition at line 1440 of file catch.hpp.

Constructor & Destructor Documentation

◆ ReusableStringStream() [1/2]

Catch::ReusableStringStream::ReusableStringStream ( )

◆ ~ReusableStringStream() [1/2]

Catch::ReusableStringStream::~ReusableStringStream ( )

◆ ReusableStringStream() [2/2]

Catch::ReusableStringStream::ReusableStringStream ( )

◆ ~ReusableStringStream() [2/2]

Catch::ReusableStringStream::~ReusableStringStream ( )

Member Function Documentation

◆ get() [1/2]

auto Catch::ReusableStringStream::get ( ) -> std::ostream&
inline

Definition at line 1454 of file catch.hpp.

◆ get() [2/2]

auto Catch::ReusableStringStream::get ( ) -> std::ostream&
inline

Definition at line 1454 of file catch.hpp.

◆ operator<<() [1/2]

template<typename T >
auto Catch::ReusableStringStream::operator<< ( T const &  value) -> ReusableStringStream&
inline

Definition at line 1450 of file catch.hpp.

◆ operator<<() [2/2]

template<typename T >
auto Catch::ReusableStringStream::operator<< ( T const &  value) -> ReusableStringStream&
inline

Definition at line 1450 of file catch.hpp.

◆ str() [1/2]

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

◆ str() [2/2]

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

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