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