Class template Dune::XT::Common::WithLogger¶
-
template<typename T = void>
class Dune::XT::Common::WithLogger<T>¶ CRTP-style mixin that adds a DefaultLogger member and logs ctor/dtor/assignment calls (mostly for debugging).
Method Dune::XT::Common::WithLogger::operator=¶
-
template<typename T = void>
ThisType &Dune::XT::Common::WithLogger<T>::operator=(const ThisType &other)¶ No documentation provided.
Method Dune::XT::Common::WithLogger::operator=¶
-
template<typename T = void>
ThisType &Dune::XT::Common::WithLogger<T>::operator=(ThisType &&source) noexcept¶ No documentation provided.
Constructor Dune::XT::Common::WithLogger::WithLogger<T>¶
Constructor Dune::XT::Common::WithLogger::WithLogger<T>¶
Constructor Dune::XT::Common::WithLogger::WithLogger<T>¶
Destructor Dune::XT::Common::WithLogger::~WithLogger<T>¶
Field Dune::XT::Common::WithLogger::logger¶
-
DefaultLogger Dune::XT::Common::WithLogger::logger¶
No documentation provided.
Type alias Dune::XT::Common::WithLogger::ThisType¶
-
type Dune::XT::Common::WithLogger::ThisType¶
No documentation provided.