bes  Updated for version 3.19.1
BESObj Class Referenceabstract

Base object for bes objects. More...

#include <BESObj.h>

Inherited by BESAbstractModule, BESAggFactory, BESAggregationServer, BESApp, BESCatalog, BESCatalogEntry, BESCatalogList, BESCatalogUtils, BESContainer, BESContainerStorage, BESContainerStorageList, BESContextManager, BESDataHandlerInterface, BESDefine, BESDefinitionStorage [private], BESDefinitionStorageList, BESError, BESExceptionManager, BESFileLockingCache, BESInfoList, BESInterface, BESLog, BESMemoryGlobalArea, BESPlugin< M >, BESPlugin< C >, BESPluginFactory< C >, BESPluginFactory< BESAbstractModule >, BESReporter, BESReporterList, BESRequestHandler, BESRequestHandlerList, BESResponseHandler, BESResponseHandlerList, BESResponseObject, BESReturnManager, BESServiceRegistry, BESStopWatch, BESTokenizer, BESTransmitter, BESUncompress3BZ2, BESUncompress3GZ, BESUncompress3Z, BESUncompressManager3, BESXMLCommand, CmdClient, Connection, ServerHandler, Socket, SocketListener, StandAloneClient, and TheBESKeys.

Public Member Functions

virtual void dump (std::ostream &strm) const =0
 dump the contents of this object to the specified ostream More...
 
virtual ~BESObj ()
 Default constructor. More...
 

Detailed Description

Base object for bes objects.

A base object for any BES objects in bes to use. Provides simple methods for dumping the contents of the object.

Definition at line 52 of file BESObj.h.

Constructor & Destructor Documentation

◆ ~BESObj()

virtual BESObj::~BESObj ( )
inlinevirtual

Default constructor.

Definition at line 58 of file BESObj.h.

Member Function Documentation

◆ dump()

virtual void BESObj::dump ( std::ostream &  strm) const
pure virtual

dump the contents of this object to the specified ostream

This method is implemented by all derived classes to dump their contents, in other words, any state they might have, private variables, etc...

The inline function below can be used to dump the contents of an OPeNDAOObj object. For example, the object Animal is derived from BESObj. A user could do the following:

Animal *a = new dog( "Sparky" ) ; cout << a << endl ;

And the dump method for dog could display the name passed into the constructor, the (this) pointer of the object, etc...

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

Implemented in BESContainer, BESLog, BESFileLockingCache, BESPlugin< M >, BESDataHandlerInterface, BESContainerStorage, BESPluginFactory< C >, BESResponseHandler, BESInterface, BESError, BESCatalogEntry, BESDefinitionStorage, TheBESKeys, BESInfo, BESApp, BESStopWatch, BESVersionInfo, CmdClient, BESCatalogList, BESXMLCommand, BESCatalogUtils, Connection, BESExceptionManager, BESServiceRegistry, Socket, StandAloneClient, BESContainerStorageList, BESContainerStorageFile, BESRequestHandler, BESFileContainer, BESTokenizer, BESDefinitionStorageList, PPTConnection, BESDapResponse, BESXMLInfo, TcpSocket, BESContainerStorageCatalog, BESDefineResponseHandler, BESResponseHandlerList, BESDefinitionStorageVolatile, BESCatalog, DaemonCommandHandler, BESDapErrorInfo, BESRequestHandlerList, BESContainerStorageVolatile, UnixSocket, BESDapError, BESAggFactory, BESDefine, BESTextInfo, BESHTMLInfo, BESSilentInfo, BESUncompressManager3, BESModuleApp, BESXMLInterface, BESAggregationServer, BESTransmitter, BESXMLDefineCommand, BESContextManager, BESReturnManager, PPTServer, BESReporterList, BESInfoList, BESMemoryGlobalArea, BESSetContainerResponseHandler, BESXMLGetCommand, BESDapNullAggregationServer, BESDDSResponse, BESDDXResponseHandler, BESDelDefResponseHandler, BESDelDefsResponseHandler, CmdApp, BESDataDDSResponse, BESDataDDXResponseHandler, BESCatalogResponseHandler, BESDelContainersResponseHandler, BESHelpResponseHandler, BESShowContainersResponseHandler, BESServerHandler, DapRequestHandler, BESCatalogDirectory, BESDelContainerResponseHandler, BESSetContextResponseHandler, BESShowContextResponseHandler, PPTClient, ServerApp, StandAloneApp, BESDASResponseHandler, BESDataResponseHandler, BESVersionResponseHandler, BESDASResponse, BESDDSResponseHandler, BESConfigResponseHandler, BESShowDefsResponseHandler, BESStatusResponseHandler, BESDMRResponseHandler, BESProcIdResponseHandler, BESServicesResponseHandler, BESShowErrorResponseHandler, BESResponseObject, SampleSayXMLCommand, BESInternalError, SocketListener, BESInternalFatalError, BESSyntaxUserError, BESTimeoutError, BESXMLCatalogCommand, BESXMLDeleteContainerCommand, BESXMLDeleteContainersCommand, BESXMLDeleteDefinitionCommand, BESXMLDeleteDefinitionsCommand, BESXMLSetContainerCommand, BESXMLSetContextCommand, BESXMLShowCommand, BESXMLShowErrorCommand, BESForbiddenError, BESNotFoundError, BESDMRResponse, BESBasicHttpTransmitter, BESAbstractModule, SampleModule, ServerHandler, BESReporter, BESStreamResponseHandler, BESXMLDapCommandModule, SampleSayResponseHandler, BESDap4ResponseHandler, BESDapModule, BESDapRequestHandler, DapFunctionsRequestHandler, functions::DapFunctions, SampleRequestHandler, and DapModule.


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