Searched refs:CoutStream (Results 1 – 1 of 1) sorted by relevance
13470 class CoutStream : public IStream { class13475 CoutStream() : m_os( Catch::cout().rdbuf() ) {} in CoutStream() function in Catch::Detail::__anon6ccc17cb3a11::CoutStream13476 ~CoutStream() override = default;13505 return new Detail::CoutStream(); in makeStream()