25#ifndef dftefeConditionalOstream_h
26#define dftefeConditionalOstream_h
107 operator<<(std::ostream &(*p)(std::ostream &))
const;
Provides an interface to print based on whether a certain condition is met or not....
Definition: ConditionalOStream.h:45
const ConditionalOStream & operator<<(const T &t) const
Overload the insertion or << operator.
Definition: ConditionalOStream.t.cpp:35
void setCondition(const bool active)
Function to set the condition for printing to the output stream associated with this object.
Definition: ConditionalOStream.cpp:41
bool d_activeFlag
Definition: ConditionalOStream.h:111
std::ostream & getOStream() const
Function that returns the underlying ostream object associated with this object.
Definition: ConditionalOStream.cpp:53
bool isActive() const
Function that returns true if printing to the output stream associated with this object is allowed.
Definition: ConditionalOStream.cpp:47
std::ostream & d_outputStream
Definition: ConditionalOStream.h:110
dealii includes
Definition: AtomFieldDataSpherical.cpp:31