|
auto | add () -> std::size_t |
|
void | release (std::size_t index) |
|
Definition at line 140 of file catch_stream.cpp.
◆ add()
auto Catch::StringStreams::add |
( |
| ) |
-> std::size_t |
|
inline |
Definition at line 145 of file catch_stream.cpp.
145 {
147 m_streams.push_back( std::unique_ptr<std::ostringstream>(
new std::ostringstream ) );
149 }
150 else {
153 return index;
154 }
155 }
std::vector< std::size_t > m_unused
std::vector< std::unique_ptr< std::ostringstream > > m_streams
◆ release()
void Catch::StringStreams::release |
( |
std::size_t | index | ) |
|
|
inline |
Definition at line 157 of file catch_stream.cpp.
157 {
160 }
std::ostringstream m_referenceStream
◆ m_referenceStream
std::ostringstream Catch::StringStreams::m_referenceStream |
◆ m_streams
std::vector<std::unique_ptr<std::ostringstream> > Catch::StringStreams::m_streams |
◆ m_unused
std::vector<std::size_t> Catch::StringStreams::m_unused |
The documentation for this struct was generated from the following file: