oomph::Nullstream Class Reference

A small nullstream class that throws away everything sent to it. More...

#include <oomph_definitions.h>

+ Inheritance diagram for oomph::Nullstream:

Public Member Functions

 Nullstream ()
 Constructor sets the buffer sizes to zero, suppressing all output. More...
 

Detailed Description

A small nullstream class that throws away everything sent to it.

///////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////

Constructor & Destructor Documentation

◆ Nullstream()

oomph::Nullstream::Nullstream ( )
inline

Constructor sets the buffer sizes to zero, suppressing all output.

318 : std::ios(0), std::ostream(0) {}

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