Belle II Software development
KeepStream Class Reference

Dummy class which keeps the stream unmodified. More...

#include <IOIntercept.h>

Public Member Functions

 KeepStream (std::ostream &, FILE *)
 This class is basically empty so the constructor does nothing.
 
bool start () const
 doing nothing always succeds
 
bool finish () const
 doing nothing always succeds
 

Detailed Description

Dummy class which keeps the stream unmodified.

Definition at line 77 of file IOIntercept.h.

Constructor & Destructor Documentation

◆ KeepStream()

KeepStream ( std::ostream &  ,
FILE *   
)
inline

This class is basically empty so the constructor does nothing.

Definition at line 80 of file IOIntercept.h.

80{}

Member Function Documentation

◆ finish()

bool finish ( ) const
inline

doing nothing always succeds

Definition at line 84 of file IOIntercept.h.

84{ return true; }

◆ start()

bool start ( ) const
inline

doing nothing always succeds

Definition at line 82 of file IOIntercept.h.

82{ return true; }

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