OTest2
A C++ testing framework
Public Member Functions | List of all members
OTest2::Bzip2OStream::Buffer Class Reference
Inheritance diagram for OTest2::Bzip2OStream::Buffer:
Inheritance graph
[legend]
Collaboration diagram for OTest2::Bzip2OStream::Buffer:
Collaboration graph
[legend]

Public Member Functions

 Buffer (std::ostream *decorated_)
 
virtual ~Buffer ()
 
 Buffer (const Buffer &)=delete
 
Bufferoperator= (const Buffer &)=delete
 
void finish (bool reuse_)
 

Detailed Description

Definition at line 31 of file bzip2ostream.cpp.

Constructor & Destructor Documentation

◆ Buffer() [1/2]

OTest2::Bzip2OStream::Buffer::Buffer ( std::ostream *  decorated_)
explicit

Definition at line 58 of file bzip2ostream.cpp.

◆ ~Buffer()

OTest2::Bzip2OStream::Buffer::~Buffer ( )
virtual

Definition at line 72 of file bzip2ostream.cpp.

◆ Buffer() [2/2]

OTest2::Bzip2OStream::Buffer::Buffer ( const Buffer )
delete

Member Function Documentation

◆ finish()

void OTest2::Bzip2OStream::Buffer::finish ( bool  reuse_)

Definition at line 76 of file bzip2ostream.cpp.

◆ operator=()

Buffer& OTest2::Bzip2OStream::Buffer::operator= ( const Buffer )
delete

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