bes
Updated for version 3.20.6
|
ReturnManager holds the list of response object transmitter that knows how to transmit response objects in particular ways. More...
#include <BESReturnManager.h>
Public Types | |
typedef std::map< std::string, BESTransmitter * >::const_iterator | Transmitter_citer |
typedef std::map< std::string, BESTransmitter * >::iterator | Transmitter_iter |
Public Member Functions | |
virtual bool | add_transmitter (const std::string &name, BESTransmitter *transmitter) |
virtual bool | del_transmitter (const std::string &name) |
virtual void | dump (std::ostream &strm) const |
dumps information about this object More... | |
virtual BESTransmitter * | find_transmitter (const std::string &name) |
Static Public Member Functions | |
static BESReturnManager * | TheManager () |
ReturnManager holds the list of response object transmitter that knows how to transmit response objects in particular ways.
Definition at line 49 of file BESReturnManager.h.
|
virtual |
dumps information about this object
Displays the pointer value of this instance along with the transmitters registered with the return manager.
strm | C++ i/o stream to dump the information to |
Implements BESObj.
Definition at line 96 of file BESReturnManager.cc.