OPeNDAP Hyrax Back End Server (BES)  Updated for version 3.8.3
BESObj Class Referenceabstract

Base object for bes objects. More...

#include <BESObj.h>

Inheritance diagram for BESObj:
Inheritance graph
Collaboration diagram for BESObj:
Collaboration graph

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...
 

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.

References dump().

Here is the call graph for this function:

Member Function Documentation

◆ dump()

virtual void BESObj::dump ( 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, BESInterface, BESPlugin< M >, BESDataHandlerInterface, BESResponseHandler, BESPluginFactory< C >, BESContainerStorage, BESDefinitionStorage, BESInfo, BESKeys, BESError, BESApp, BESVersionInfo, CmdClient, Connection, BESServiceRegistry, BESExceptionManager, StandAloneClient, BESContainerStorageFile, PPTConnection, BESContainerStorageList, BESRequestHandler, TcpSocket, BESTokenizer, BESUncompressManager, BESContainerStorageCatalog, BESDefinitionStorageList, Socket, BESCatalogList, BESXMLCommand, BESCache, BESXMLInfo, BESFileContainer, BESDefineResponseHandler, BESBasicInterface, BESDefinitionStorageVolatile, BESDapErrorInfo, BESDapResponse, BESCatalogUtils, BESRequestHandlerList, BESResponseHandlerList, BESContainerStorageVolatile, UnixSocket, BESDefine, BESCatalog, BESInitializer, BESTextInfo, BESHTMLInfo, BESAggFactory, BESModuleApp, BESSilentInfo, SSLConnection, BESCatalogDirectory, BESDapError, BESXMLInterface, BESTransmitter, BESContextManager, BESReturnManager, BESStopWatch, BESXMLDefineCommand, BESReporterList, SSLClient, BESGlobalInit, BESInfoList, BESSetContainerResponseHandler, SSLServer, CmdApp, PPTServer, BESBaseApp, ServerApp, BESAggregationServer, BESDDXResponseHandler, BESDelDefResponseHandler, BESDelDefsResponseHandler, BESMemoryGlobalArea, BESSetContextResponseHandler, BESCatalogResponseHandler, BESDataDDXResponseHandler, BESDelContainersResponseHandler, BESHelpResponseHandler, BESShowContainersResponseHandler, BESDelContainerResponseHandler, BESShowContextResponseHandler, PPTClient, StandAloneApp, BESXMLGetCommand, BESDASResponseHandler, BESDataResponseHandler, BESShowErrorResponseHandler, BESVersionResponseHandler, BESConfigResponseHandler, BESDDSResponseHandler, BESShowDefsResponseHandler, BESStatusResponseHandler, BESDataDDSResponse, BESDDSResponse, BESProcessEncodedString, BESProcIdResponseHandler, BESServicesResponseHandler, BESDASResponse, SocketListener, BESResponseObject, BESServerHandler, BESInternalFatalError, BESSyntaxUserError, BESForbiddenError, BESInternalError, BESNotFoundError, BESXMLGetDataDDXCommand, BESAbstractModule, BESBasicHttpTransmitter, BESBasicTransmitter, ServerHandler, BESXMLCatalogCommand, BESXMLDeleteContainerCommand, BESXMLDeleteContainersCommand, BESXMLDeleteDefinitionCommand, BESXMLDeleteDefinitionsCommand, BESXMLSetContainerCommand, BESXMLSetContextCommand, BESXMLShowCommand, BESXMLShowErrorCommand, BESReporter, BESStreamResponseHandler, BESDapModule, BESDapRequestHandler, and BESXMLDapCommandModule.

Referenced by operator<<(), and ~BESObj().


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