bes  Updated for version 3.17.0
BESReturnManager Class Reference

ReturnManager holds the list of response object transmitter that knows how to transmit response objects in particular ways. More...

#include <BESReturnManager.h>

Inheritance diagram for BESReturnManager:
Inheritance graph

Public Types

typedef map< string, BESTransmitter * >::const_iterator Transmitter_citer
 
typedef map< string, BESTransmitter * >::iterator Transmitter_iter
 

Public Member Functions

virtual bool add_transmitter (const string &name, BESTransmitter *transmitter)
 
virtual bool del_transmitter (const string &name)
 
virtual void dump (ostream &strm) const
 dumps information about this object More...
 
virtual BESTransmitterfind_transmitter (const string &name)
 

Static Public Member Functions

static BESReturnManagerTheManager ()
 

Detailed Description

Definition at line 52 of file BESReturnManager.h.

Member Function Documentation

void BESReturnManager::dump ( ostream &  strm) const
virtual

Displays the pointer value of this instance along with the transmitters registered with the return manager.

Parameters
strmC++ i/o stream to dump the information to

Implements BESObj.

Definition at line 92 of file BESReturnManager.cc.


The documentation for this class was generated from the following files: