MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / ReusableStringStream

Method ReusableStringStream

Bcore/src/main/cpp/Dobby/tests/catch.hpp:9457–9459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9455}
9456
9457ReusableStringStream::ReusableStringStream()
9458 : m_index(StringStreams::instance().add()), m_oss(StringStreams::instance().m_streams[m_index].get()) {
9459}
9460
9461ReusableStringStream::~ReusableStringStream() {
9462 static_cast<std::ostringstream *>(m_oss)->str("");

Callers

nothing calls this directly

Calls 2

addMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected