#include <BESDASResponse.h>
Inheritance diagram for BESDASResponse:
Public Member Functions | |
BESDASResponse (DAS *das) | |
virtual | ~BESDASResponse () |
virtual void | dump (ostream &strm) const |
dumps information about this object | |
DAS * | get_das () |
BESDASResponse::BESDASResponse | ( | DAS * | das | ) | [inline] |
BESDASResponse::~BESDASResponse | ( | ) | [virtual] |
void BESDASResponse::dump | ( | ostream & | strm | ) | const [virtual] |
dumps information about this object
Displays the pointer value of this instance along with the das object created
strm | C++ i/o stream to dump the information to |
Implements BESResponseObject.
DAS* BESDASResponse::get_das | ( | ) | [inline] |