CellModules
Catch::CopyableStream Struct Reference

#include <catch.hpp>

Public Member Functions

 CopyableStream ()
 
 CopyableStream (CopyableStream const &other)
 
CopyableStreamoperator= (CopyableStream const &other)
 

Public Attributes

std::ostringstream oss
 

Detailed Description

Definition at line 769 of file catch.hpp.

Constructor & Destructor Documentation

◆ CopyableStream() [1/2]

Catch::CopyableStream::CopyableStream ( )
inline

Definition at line 770 of file catch.hpp.

◆ CopyableStream() [2/2]

Catch::CopyableStream::CopyableStream ( CopyableStream const &  other)
inline

Definition at line 771 of file catch.hpp.

Member Function Documentation

◆ operator=()

CopyableStream & Catch::CopyableStream::operator= ( CopyableStream const &  other)
inline

Definition at line 774 of file catch.hpp.

Member Data Documentation

◆ oss

std::ostringstream Catch::CopyableStream::oss

Definition at line 779 of file catch.hpp.


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