42#include "Teuchos_Describable.hpp"
55 std::ostringstream oss;
56 if (objectLabel.length ()) {
57 oss <<
"\"" << objectLabel <<
"\": ";
77 this->
describe (*fancyOut, verbLevel);
Defines basic traits returning the name of a type in a portable and readable way.
static const EVerbosityLevel verbLevel_default
Default value for the verbLevel argument of describe().
virtual void describe(FancyOStream &out, const EVerbosityLevel verbLevel=verbLevel_default) const
Print the object with some verbosity level to a FancyOStream.
virtual ~Describable()
Destructor (marked virtual for memory safety of derived classes).
virtual std::string description() const
Return a simple one-line description of this object.
virtual std::string getObjectLabel() const
Get the object label (see LabeledObject).
Smart reference counting pointer class for automatic garbage collection.
std::ostream subclass that performs the magic of indenting data sent to an std::ostream object among ...
Tabbing class for helping to create formated, indented output for a basic_FancyOStream object.
std::string typeName(const T &t)
Template function for returning the concrete type name of a passed-in object.
EVerbosityLevel
Verbosity level.
@ VERB_DEFAULT
Generate output as defined by the object.
The Teuchos namespace contains all of the classes, structs and enums used by Teuchos,...