bes  Updated for version 3.20.6
BESObj Class Referenceabstract

top level BES object to house generic methods More...

#include <BESObj.h>

Collaboration diagram for BESObj:
Collaboration graph

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

top level BES object to house generic methods

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 49 of file BESObj.h.

Constructor & Destructor Documentation

◆ ~BESObj()

virtual BESObj::~BESObj ( )
inlinevirtual

Default constructor.

Definition at line 55 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 BESContainerStorage, BESCatalog, BESDefinitionStorage, BESApp, FONcBaseType, BESResponseObject, ServerHandler, BESReporter, BESAbstractModule, FoDapCovJsonTransform, BESContainer, BESFileLockingCache, BESLog, BESPlugin< M >, BESPlugin< BESAbstractModule >, BESPlugin< C >, BESResponseHandler, BESDataHandlerInterface, bes::CatalogItem, BESInterface, BESPluginFactory< C >, BESPluginFactory< BESAbstractModule >, BESCatalogEntry, BESError, TheBESKeys, BESCatalogList, BESCatalogUtils, bes::CatalogNode, BESXMLCommand, BESStopWatch, BESInfo, W10nJsonTransform, BESRequestHandler, BESVersionInfo, FONcArray, CmdClient, BESRequestHandlerList, BESContainerStorageList, Socket, Connection, BESServiceRegistry, StandAloneClient, BESContainerStorageFile, BESDefinitionStorageList, BESFileContainer, FoDapJsonTransform, PPTConnection, BESTokenizer, BESDapResponse, FoInstanceJsonTransform, TcpSocket, BESFileContainerStorage, cmr::CmrCatalog, httpd_catalog::HttpdCatalog, BESDefineResponseHandler, BESResponseHandlerList, BESWWW, BESContainerStorageVolatile, BESDefinitionStorageVolatile, DaemonCommandHandler, CSV_Field, BESXMLDefineCommand, BESDap4ResponseHandler, BESXMLInfo, UnixSocket, BESUsage, BESDapErrorInfo, BESDefine, cmr::CmrContainer, gateway::GatewayContainer, bes::NullResponseHandler, BESContextManager, dmrpp::DmrppRequestHandler, httpd_catalog::HttpdCatalogContainer, BESXMLInterface, BESTransmitter, BESUncompressManager3, FONcMap, SiteMapCommand, BESCatalogDirectory, BESModuleApp, BESTextInfo, CSV_Obj, BESHTMLInfo, BESDataResponseHandler, BESMemoryGlobalArea, PPTServer, BESXMLSetContainerCommand, BESDataDDSResponse, BESReturnManager, BESSetContainerResponseHandler, FONcDim, BESXMLGetCommand, SiteMapResponseHandler, BESDDSResponse, ShowPathInfoResponseHandler, BESReporterList, DapRequestHandler, BESDelDefResponseHandler, BESDelDefsResponseHandler, bes::ShowNodeResponseHandler, CSV_Header, FONcModule, CmdApp, BESDataDDXResponseHandler, BESDDSResponseHandler, BESDelContainersResponseHandler, BESHelpResponseHandler, BESShowContainersResponseHandler, CSV_Reader, GatewayPathInfoResponseHandler, BESDDXResponseHandler, BESDelContainerResponseHandler, BESInfoList, BESSetContextResponseHandler, BESShowContextResponseHandler, PPTClient, ServerApp, BESVersionResponseHandler, BESServerHandler, BESConfigResponseHandler, BESShowDefsResponseHandler, BESStatusResponseHandler, FoJsonModule, W10nShowPathInfoResponseHandler, BESDASResponseHandler, BESDMRResponseHandler, BESProcIdResponseHandler, BESServicesResponseHandler, BESShowErrorResponseHandler, StandAloneApp, BESDASResponse, BESInternalError, BESInternalFatalError, FoCovJsonModule, BESCatalogResponseHandler, BESSyntaxUserError, SampleSayXMLCommand, cmr::CmrContainerStorage, gateway::GatewayContainerStorage, ncml_module::NCMLRequestHandler, BESXMLCatalogCommand, bes::SetContextsResponseHandler, httpd_catalog::HttpdCatalogContainerStorage, ShowBesKeyResponseHandler, FONgModule, SocketListener, ShowBesKeyCommand, BESXMLDeleteContainerCommand, BESXMLDeleteContainersCommand, BESXMLDeleteDefinitionCommand, BESXMLDeleteDefinitionsCommand, BESXMLSetContextCommand, BESXMLShowCommand, BESXMLShowErrorCommand, BESForbiddenError, BESNotFoundError, CmrModule, CSVModule, BESDMRResponse, FONcRequestHandler, gateway::GatewayModule, SampleModule, FitsModule, BESStreamResponseHandler, BESAsciiModule, cmr::CmrError, FFModule, HDF5Module, BESXMLWWWGetCommand, BESXMLDapCommandModule, bes::ShowNodeCommand, ShowPathInfoCommand, ncml_module::NCMLModule, W10nJsonRequestHandler, SampleSayResponseHandler, FoCovJsonRequestHandler, FoJsonRequestHandler, httpd_catalog::HttpdCatalogModule, BESDapModule, BESDapRequestHandler, BESAsciiRequestHandler, CSVRequestHandler, HDF4Module, BESUsageModule, BESUsageRequestHandler, BESWWWModule, BESWWWRequestHandler, DapFunctionsRequestHandler, FONgRequestHandler, NCModule, bes::XMLSetContextsCommand, functions::DapFunctions, SampleRequestHandler, FitsRequestHandler, GDALModule, UgridFunctions, gateway::GatewayRequestHandler, W10NModule, BESXDModule, BESXDRequestHandler, dmrpp::DmrppModule, DapModule, GatewayPathInfoCommand, and W10nShowPathInfoCommand.


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