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.
 

Static Public Member Functions

static bool start ()
 doing nothing always succeeds
 
static bool finish ()
 doing nothing always succeeds
 

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()

static bool finish ( )
inlinestatic

doing nothing always succeeds

Definition at line 84 of file IOIntercept.h.

84{ return true; }

◆ start()

static bool start ( )
inlinestatic

doing nothing always succeeds

Definition at line 82 of file IOIntercept.h.

82{ return true; }

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