Public Member Functions | Private Attributes | List of all members
Catch::ReusableStringStream Class Reference

#include <catch.hpp>

Inheritance diagram for Catch::ReusableStringStream:
Inheritance graph
[legend]

Public Member Functions

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

Private Attributes

std::size_t m_index
 
std::ostream * m_oss
 

Additional Inherited Members

- Private Member Functions inherited from Catch::NonCopyable
 NonCopyable ()
 
virtual ~NonCopyable ()
 

Detailed Description

Definition at line 1444 of file catch.hpp.

Constructor & Destructor Documentation

Catch::ReusableStringStream::ReusableStringStream ( )
Catch::ReusableStringStream::~ReusableStringStream ( )

Member Function Documentation

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

Definition at line 1458 of file catch.hpp.

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

Definition at line 1454 of file catch.hpp.

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

Member Data Documentation

std::size_t Catch::ReusableStringStream::m_index
private

Definition at line 1445 of file catch.hpp.

std::ostream* Catch::ReusableStringStream::m_oss
private

Definition at line 1446 of file catch.hpp.


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


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:35