Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
Catch::ReusableStringStream Class Reference

#include <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 &
 

Detailed Description

Definition at line 1440 of file catch.hpp.

Constructor & Destructor Documentation

◆ ReusableStringStream()

Catch::ReusableStringStream::ReusableStringStream ( )

◆ ~ReusableStringStream()

Catch::ReusableStringStream::~ReusableStringStream ( )

Member Function Documentation

◆ get()

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

Definition at line 1454 of file catch.hpp.

◆ operator<<()

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

Definition at line 1450 of file catch.hpp.

◆ str()

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

Referenced by Catch::StringMaker< T, typename >::convert(), Catch::Detail::rangeToString(), and Catch::rangeToString().

+ Here is the caller graph for this function:

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