ReturnManager holds the list of response object transmitter that knows how to transmit response objects in particular ways.
More...
#include <BESReturnManager.h>
ReturnManager holds the list of response object transmitter that knows how to transmit response objects in particular ways.
Definition at line 50 of file BESReturnManager.h.
◆ Transmitter_citer
typedef std::map<std::string,BESTransmitter*>::const_iterator BESReturnManager::Transmitter_citer |
◆ Transmitter_iter
typedef std::map<std::string,BESTransmitter*>::iterator BESReturnManager::Transmitter_iter |
◆ BESReturnManager()
BESReturnManager::BESReturnManager |
( |
| ) |
|
◆ ~BESReturnManager()
BESReturnManager::~BESReturnManager |
( |
| ) |
|
|
virtual |
◆ add_transmitter()
bool BESReturnManager::add_transmitter |
( |
const std::string & | name, |
|
|
BESTransmitter * | transmitter ) |
|
virtual |
◆ del_transmitter()
bool BESReturnManager::del_transmitter |
( |
const std::string & | name | ) |
|
|
virtual |
◆ dump()
void BESReturnManager::dump |
( |
std::ostream & | strm | ) |
const |
|
virtual |
dumps information about this object
Displays the pointer value of this instance along with the transmitters registered with the return manager.
- Parameters
-
strm | C++ i/o stream to dump the information to |
Implements BESObj.
Definition at line 103 of file BESReturnManager.cc.
◆ find_transmitter()
BESTransmitter * BESReturnManager::find_transmitter |
( |
const std::string & | name | ) |
|
|
virtual |
◆ TheManager()
The documentation for this class was generated from the following files: