libdap Updated for version 3.21.0
libdap4 is an implementation of OPeNDAP's DAP protocol.
libdap::DapObj Class Referenceabstract

libdap base object for common functionality of libdap objects More...

#include <DapObj.h>

Inheritance diagram for libdap::DapObj:
Inheritance graph

Public Member Functions

virtual void dump (std::ostream &strm) const =0
 dump the contents of this object to the specified ostream

Detailed Description

libdap base object for common functionality of libdap objects

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

Definition at line 49 of file DapObj.h.

Member Function Documentation

◆ dump()

virtual void libdap::DapObj::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...

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

Implemented in libdap::AttrTable, libdap::D4Attribute, libdap::D4Attributes, libdap::D4StreamMarshaller, libdap::D4StreamUnMarshaller, libdap::DAS, libdap::DataDDS, libdap::DDS, libdap::DMR, libdap::Marshaller, libdap::UnMarshaller, libdap::XDRFileMarshaller, libdap::XDRFileUnMarshaller, libdap::XDRStreamMarshaller, and libdap::XDRStreamUnMarshaller.


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