bes
Updated for version 3.17.4
|
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, BESKeys, 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, and StandAloneClient.
Public Member Functions | |
virtual void | dump (ostream &strm) const =0 |
dump the contents of this object to the specified ostream More... | |
virtual | ~BESObj () |
Default constructor. More... | |
A base object for any BES objects in bes to use. Provides simple methods for dumping the contents of the object.
|
inlinevirtual |
|
pure virtual |
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...
strm | C++ i/o stream to dump the object to |
Implemented in BESContainer, BESPlugin< M >, BESLog, BESInterface, BESDataHandlerInterface, BESContainerStorage, BESPluginFactory< C >, BESResponseHandler, BESFileLockingCache, BESError, BESCatalogEntry, BESDefinitionStorage, BESKeys, BESInfo, BESStopWatch, BESApp, BESVersionInfo, CmdClient, BESCatalogList, BESCatalogUtils, Connection, BESServiceRegistry, libdap::ReProjectionFunctions, Socket, BESExceptionManager, StandAloneClient, BESContainerStorageList, BESXMLCommand, BESContainerStorageFile, BESRequestHandler, BESFileContainer, BESTokenizer, BESDefinitionStorageList, PPTConnection, BESDapResponse, BESXMLInfo, TcpSocket, BESContainerStorageCatalog, BESDefineResponseHandler, BESDefinitionStorageVolatile, BESBasicInterface, BESCatalog, DaemonCommandHandler, BESDapErrorInfo, BESRequestHandlerList, BESResponseHandlerList, BESContainerStorageVolatile, UnixSocket, BESAggFactory, BESDefine, BESTextInfo, BESDapError, BESHTMLInfo, BESSilentInfo, BESUncompressManager3, BESModuleApp, BESAggregationServer, BESTransmitter, BESXMLDefineCommand, BESContextManager, BESXMLInterface, BESReturnManager, PPTServer, BESReporterList, BESInfoList, BESMemoryGlobalArea, BESSetContainerResponseHandler, BESDapNullAggregationServer, BESBaseApp, BESDDSResponse, BESDDXResponseHandler, BESDelDefResponseHandler, BESDelDefsResponseHandler, BESSetContextResponseHandler, BESXMLGetCommand, CmdApp, BESDataDDSResponse, BESDataDDXResponseHandler, BESCatalogResponseHandler, BESDelContainersResponseHandler, BESHelpResponseHandler, BESShowContainersResponseHandler, BESServerHandler, DapRequestHandler, BESCatalogDirectory, BESDelContainerResponseHandler, BESShowContextResponseHandler, PPTClient, ServerApp, StandAloneApp, BESDASResponseHandler, BESDataResponseHandler, BESShowErrorResponseHandler, BESVersionResponseHandler, BESDASResponse, BESDDSResponseHandler, BESConfigResponseHandler, BESShowDefsResponseHandler, BESStatusResponseHandler, BESDMRResponseHandler, BESProcIdResponseHandler, BESServicesResponseHandler, BESResponseObject, SayReporter, BESInternalError, SocketListener, BESInternalFatalError, BESSyntaxUserError, BESTimeoutError, BESXMLCatalogCommand, BESXMLDeleteContainerCommand, BESXMLDeleteContainersCommand, BESXMLDeleteDefinitionCommand, BESXMLDeleteDefinitionsCommand, BESXMLGetDataDDXCommand, BESXMLSetContainerCommand, BESXMLSetContextCommand, BESXMLShowCommand, BESXMLShowErrorCommand, BESForbiddenError, BESNotFoundError, SampleSayXMLCommand, BESDMRResponse, BESBasicHttpTransmitter, BESBasicTransmitter, BESAbstractModule, ServerHandler, BESReporter, BESStreamResponseHandler, BESXMLDapCommandModule, SampleSayResponseHandler, SampleModule, BESDap4ResponseHandler, BESDapModule, BESDapRequestHandler, DapFunctionsRequestHandler, functions::DapFunctions, SampleRequestHandler, and DapModule.