CustusX  18.04
An IGT application
Catch::Stream Class Reference

#include <catch.hpp>

Public Member Functions

 Stream ()
 
 Stream (std::streambuf *_streamBuf, bool _isOwned)
 
void release ()
 

Public Attributes

std::streambuf * streamBuf
 

Detailed Description

Definition at line 2069 of file catch.hpp.

Constructor & Destructor Documentation

Catch::Stream::Stream ( )
inline

Definition at line 2071 of file catch.hpp.

Catch::Stream::Stream ( std::streambuf *  _streamBuf,
bool  _isOwned 
)
inline

Definition at line 2075 of file catch.hpp.

Member Function Documentation

void Catch::Stream::release ( )
inline

Definition at line 2079 of file catch.hpp.

Member Data Documentation

std::streambuf* Catch::Stream::streamBuf

Definition at line 2087 of file catch.hpp.


The documentation for this class was generated from the following file: