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