#include <catch.hpp>
Public Member Functions | |
CopyableStream () | |
CopyableStream (CopyableStream const &other) | |
CopyableStream & | operator= (CopyableStream const &other) |
Public Attributes | |
std::ostringstream | oss |
Catch::CopyableStream::CopyableStream | ( | ) | [inline] |
Catch::CopyableStream::CopyableStream | ( | CopyableStream const & | other | ) | [inline] |
CopyableStream& Catch::CopyableStream::operator= | ( | CopyableStream const & | other | ) | [inline] |