Class template Dune::XT::Common::Printer

Inherits from Dune::XT::Common::internal::DefaultPrinter.

template<bool use_repr, typename anything>
class Dune::XT::Common::Printer<Parameter, use_repr, anything> : public internal::DefaultPrinter<Parameter, use_repr>

No documentation provided.

Method Dune::XT::Common::Printer::repr

template<bool use_repr, typename anything>
void Dune::XT::Common::Printer<Parameter, use_repr, anything>::repr(std::ostream &out) const override

No documentation provided.

Method Dune::XT::Common::Printer::str

template<bool use_repr, typename anything>
void Dune::XT::Common::Printer<Parameter, use_repr, anything>::str(std::ostream &out) const override

No documentation provided.

Constructor Dune::XT::Common::Printer::Printer<Parameter, use_repr, anything>

template<>
template<bool use_repr, typename anything>
explicit Dune::XT::Common::Printer<Parameter, use_repr, anything>::Printer<Parameter, use_repr, anything>(const Parameter &val, const Configuration &param = {})

No documentation provided.