dune-pdelab 2.7-git
|
A log tag formatter that wraps a unary formatting function or functor. More...
#include <dune/pdelab/common/logtag.hh>
Public Member Functions | |
GeneralLogtagFormatter (const FormatFunc &formatFunc_) | |
constructor | |
virtual void | writeTag (std::ostream &s) const override |
write the tag to the stream | |
A log tag formatter that wraps a unary formatting function or functor.
|
inline |
constructor
formatFunc_ | Formatting functor or function-pointer. Must be copy-constructible. |
|
inlineoverridevirtual |
write the tag to the stream
This calls formatFunc(s) to write the tag.
Implements Dune::PDELab::LogtagFormatterBase.