55 std::ostringstream
oss;
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).
Concrete serial communicator subclass.
std::ostream subclass that performs the magic of indenting data sent to an std::ostream object among ...
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.