DUNE PDELab (git)

Dune::PDELab::LogtagFormatterBase Struct Referenceabstract

virtual base class for logger formatters More...

#include <dune/pdelab/common/logtag.hh>

Public Member Functions

virtual void writeTag (std::ostream &s) const =0
 function that writes the tag to a stream More...
 

Detailed Description

virtual base class for logger formatters

This is the virtual base class used for type erasure purposes.

Member Function Documentation

◆ writeTag()

virtual void Dune::PDELab::LogtagFormatterBase::writeTag ( std::ostream &  s) const
pure virtual

function that writes the tag to a stream

Implementations of this function can alter the stream format flags as they like. The flags are restored to their original values by the caller.

Implemented in Dune::PDELab::GeneralLogtagFormatter< FormatFunc >.


The documentation for this struct was generated from the following file:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.111.3 (Jul 15, 22:36, 2024)