Class template Dune::XT::Common::internal::VectorPrinter

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

template<class T, bool use_repr>
class Dune::XT::Common::internal::VectorPrinter<T, use_repr> : public internal::DefaultPrinter<T, use_repr>

Note

Should be used to derive from when specializing Printer for vectors.

See also: Printer, DefaultPrinter

Method Dune::XT::Common::internal::VectorPrinter::repr

template<class T, bool use_repr>
void Dune::XT::Common::internal::VectorPrinter<T, use_repr>::repr(std::ostream &out) const override

No documentation provided.

Method Dune::XT::Common::internal::VectorPrinter::str

template<class T, bool use_repr>
void Dune::XT::Common::internal::VectorPrinter<T, use_repr>::str(std::ostream &out) const override

No documentation provided.

Constructor Dune::XT::Common::internal::VectorPrinter::VectorPrinter<T, use_repr>

template<>
template<class T, bool use_repr>
explicit Dune::XT::Common::internal::VectorPrinter<T, use_repr>::VectorPrinter<T, use_repr>(const T &val, const Configuration &cfg = {}, std::string clss_nm)

No documentation provided.

Field Dune::XT::Common::internal::VectorPrinter::class_name

const std::string Dune::XT::Common::internal::VectorPrinter::class_name

No documentation provided.