///////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////// More...
#include <oomph_definitions.h>
Public Member Functions | |
OutputModifier () | |
Empty constructor. More... | |
virtual | ~OutputModifier () |
Empty virtual destructor. More... | |
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. More... | |
///////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////
A base class that contains a single virtual member function: The () operator that may be used to modify the output in
Definition at line 338 of file oomph_definitions.h.
|
inline |
Empty constructor.
Definition at line 342 of file oomph_definitions.h.
|
inlinevirtual |
Empty virtual destructor.
Definition at line 345 of file oomph_definitions.h.
|
inlinevirtual |
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 350 of file oomph_definitions.h.