#include <catch_amalgamated.hpp>
◆ ReusableStringStream()
Catch::ReusableStringStream::ReusableStringStream |
( |
| ) |
|
◆ ~ReusableStringStream()
Catch::ReusableStringStream::~ReusableStringStream |
( |
| ) |
|
◆ get()
auto Catch::ReusableStringStream::get |
( |
| ) |
-> std::ostream& |
|
inline |
◆ operator<<()
◆ str() [1/2]
std::string Catch::ReusableStringStream::str |
( |
| ) |
const |
Returns the serialized state.
◆ str() [2/2]
void Catch::ReusableStringStream::str |
( |
std::string const & | str | ) |
|
Sets internal state to str
◆ m_index
std::size_t Catch::ReusableStringStream::m_index |
|
private |
◆ m_oss
std::ostream* Catch::ReusableStringStream::m_oss |
|
private |
The documentation for this class was generated from the following files: