kblib 0.2.3
General utilities library for modern C++
Catch::IStream Struct Referenceabstract

#include <catch/catch.hpp>

Public Member Functions

virtual ~IStream ()
 
virtual std::ostream & stream () const =0
 
virtual ~IStream ()
 
virtual std::ostream & stream () const =0
 

Detailed Description

Definition at line 1433 of file catch.hpp.

Constructor & Destructor Documentation

◆ ~IStream() [1/2]

virtual Catch::IStream::~IStream ( )
virtual

◆ ~IStream() [2/2]

virtual Catch::IStream::~IStream ( )
virtual

Member Function Documentation

◆ stream() [1/2]

virtual std::ostream & Catch::IStream::stream ( ) const
pure virtual

◆ stream() [2/2]

virtual std::ostream & Catch::IStream::stream ( ) const
pure virtual

The documentation for this struct was generated from the following files: