#include <BESReporterList.h>
Inheritance diagram for BESReporterList:
Public Types | |
typedef map< string, BESReporter * >::const_iterator | Reporter_citer |
typedef map< string, BESReporter * >::iterator | Reporter_iter |
Public Member Functions | |
virtual | ~BESReporterList (void) |
virtual bool | add_reporter (string reporter_name, BESReporter *handler) |
virtual BESReporter * | remove_reporter (string reporter_name) |
virtual BESReporter * | find_reporter (string reporter_name) |
virtual void | report (const BESDataHandlerInterface &dhi) |
virtual void | dump (ostream &strm) const |
dumps information about this object | |
Static Public Member Functions | |
static BESReporterList * | TheList () |
Protected Member Functions | |
BESReporterList (void) |
|
|
|
|
|
|
|
|
|
|
|
dumps information about this object Displays the pointer value of this instance along with information about this catalog directory.
Implements BESObj. |
|
|
|
|
|
|
|
|