MAIA bb96820c
Multiphysics at AIA
Loading...
Searching...
No Matches
NullBuffer Class Reference

Auxiliary class to allow creating versions of cout/cerr that only output under certain conditions. More...

#include <maia.h>

Inheritance diagram for NullBuffer:
[legend]
Collaboration diagram for NullBuffer:
[legend]

Public Member Functions

int overflow (int c) override
 

Detailed Description

Author
Michael Schlottke-Lakemper (mic) mic@a.nosp@m.ia.r.nosp@m.wth-a.nosp@m.ache.nosp@m.n.de
Date
2016-09-28

Definition at line 44 of file maia.h.

Member Function Documentation

◆ overflow()

int NullBuffer::overflow ( int  c)
inlineoverride

Definition at line 46 of file maia.h.

46{ return c; }

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