#include <SayReporter.h>
Public Member Functions | |
virtual void | dump (ostream &strm) const |
dumps information about this object | |
virtual void | report (BESDataHandlerInterface &dhi) |
SayReporter () | |
virtual | ~SayReporter () |
Definition at line 45 of file SayReporter.h.
SayReporter::SayReporter | ( | ) |
Definition at line 38 of file SayReporter.cc.
References BESKeys::get_key(), and TheBESKeys::TheKeys().
SayReporter::~SayReporter | ( | ) | [virtual] |
Definition at line 59 of file SayReporter.cc.
void SayReporter::dump | ( | ostream & | strm | ) | const [virtual] |
dumps information about this object
Displays the pointer value of this instance along with information about the containers stored in this volatile list.
strm | C++ i/o stream to dump the information to |
Implements BESReporter.
Definition at line 105 of file SayReporter.cc.
References BESIndent::Indent(), BESIndent::LMarg(), and BESIndent::UnIndent().
void SayReporter::report | ( | BESDataHandlerInterface & | dhi | ) | [virtual] |
Implements BESReporter.
Definition at line 69 of file SayReporter.cc.
References BESDataHandlerInterface::data_c(), SAY_TO, and SAY_WHAT.