A base class that contains a single virtual member function: The () operator that may be used to modify the output in. More...
#include <oomph_definitions.h>
Public Member Functions | |
OutputModifier () | |
Empty constructor. | |
virtual | ~OutputModifier () |
Empty virtual destructor. | |
virtual bool | operator() (std::ostream &stream) |
Function that will be called before output from an OomphOutput object. It returns a bool (true in this default implementation) to indicate that output should be continued. | |
A base class that contains a single virtual member function: The () operator that may be used to modify the output in.
Definition at line 345 of file oomph_definitions.h.
|
inline |
Empty constructor.
Definition at line 349 of file oomph_definitions.h.
|
inlinevirtual |
Empty virtual destructor.
Definition at line 352 of file oomph_definitions.h.
Function that will be called before output from an OomphOutput object. It returns a bool (true in this default implementation) to indicate that output should be continued.
Reimplemented in oomph::MPIOutputModifier.
Definition at line 357 of file oomph_definitions.h.