Searched refs:CoutStream (Results 1 – 1 of 1) sorted by relevance
3901 class CoutStream : public IStream { class3904 CoutStream();3905 virtual ~CoutStream() CATCH_NOEXCEPT;4046 return new CoutStream(); in openStream()7626 CoutStream::CoutStream() in CoutStream() function in Catch::CoutStream7630 std::ostream& CoutStream::stream() const { in stream()11234 CoutStream::~CoutStream() CATCH_NOEXCEPT {} in ~CoutStream()