#include <catch.hpp>

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 () |
| Catch::ReusableStringStream::ReusableStringStream | ( | ) |
| Catch::ReusableStringStream::~ReusableStringStream | ( | ) |
|
inline |
|
inline |
| auto Catch::ReusableStringStream::str | ( | ) | const -> std::string |