bes Updated for version 3.20.13
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
 
virtual ~BESObj ()=default
 Default constructor.
 

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

Constructor & Destructor Documentation

◆ ~BESObj()

virtual BESObj::~BESObj ( )
virtualdefault

Default constructor.

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


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