|
typedef std::map< std::string, BESReporter * >::const_iterator | Reporter_citer |
|
typedef std::map< std::string, BESReporter * >::iterator | Reporter_iter |
|
|
virtual bool | add_reporter (std::string reporter_name, BESReporter *handler) |
|
virtual void | dump (std::ostream &strm) const |
| dumps information about this object More...
|
|
virtual BESReporter * | find_reporter (std::string reporter_name) |
|
virtual BESReporter * | remove_reporter (std::string reporter_name) |
|
virtual void | report (BESDataHandlerInterface &dhi) |
|
Definition at line 44 of file BESReporterList.h.
◆ dump()
void BESReporterList::dump |
( |
std::ostream & |
strm | ) |
const |
|
virtual |
dumps information about this object
Displays the pointer value of this instance along with information about this catalog directory.
- Parameters
-
strm | C++ i/o stream to dump the information to |
Implements BESObj.
Definition at line 118 of file BESReporterList.cc.
The documentation for this class was generated from the following files: