46 #ifndef MUELU_DESCRIBABLE_DECL_HPP 47 #define MUELU_DESCRIBABLE_DECL_HPP 50 #include "Teuchos_FancyOStream.hpp" 51 #include "Teuchos_VerbosityLevel.hpp" 52 #include "Teuchos_Describable.hpp" 65 :
public Teuchos::Describable
87 void describe(Teuchos::FancyOStream &out,
const Teuchos::EVerbosityLevel verbLevel = Teuchos::Describable::verbLevel_default)
const;
98 #define MUELU_DESCRIBABLE_SHORT 99 #endif // MUELU_DESCRIBABLE_DECL_HPP
virtual void describe(Teuchos::FancyOStream &out_arg, const VerbLevel verbLevel=Default) const
Namespace for MueLu classes and methods.
virtual std::string ShortClassName() const
Return the class name of the object, without template parameters and without namespace.
Base class for MueLu classes.
virtual ~Describable()
Destructor.
virtual std::string description() const
Return a simple one-line description of this object.