42#ifndef TEUCHOS_DESCRIBABLE_HPP
43#define TEUCHOS_DESCRIBABLE_HPP
95 virtual std::string description()
const;
163 describe (std::ostream &out,
#define TEUCHOSCORE_LIB_DLL_EXPORT
Base class for all objects that can describe themselves.
static const EVerbosityLevel verbLevel_default
Default value for the verbLevel argument of describe().
std::ostream & operator<<(std::ostream &os, const DescribableStreamManipulatorState &d)
Output stream operator for Describable manipulator.
DescribableStreamManipulatorState describe(const Describable &describable, const EVerbosityLevel verbLevel=Describable::verbLevel_default)
Describable output stream manipulator.
virtual void describe(FancyOStream &out, const EVerbosityLevel verbLevel=verbLevel_default) const
Print the object with some verbosity level to a FancyOStream.
Base class for objects that contain a std::string label.
std::ostream subclass that performs the magic of indenting data sent to an std::ostream object among ...
TEUCHOS_DEPRECATED RCP< T > rcp(T *p, Dealloc_T dealloc, bool owns_mem)
Deprecated.
EVerbosityLevel
Verbosity level.
@ VERB_MEDIUM
Generate more output.
const Describable & describable
DescribableStreamManipulatorState(const Describable &_describable, const EVerbosityLevel _verbLevel=VERB_MEDIUM)
const EVerbosityLevel verbLevel