libdap Updated for version 3.20.11
libdap4 is an implementation of OPeNDAP's DAP protocol.
|
libdap base object for common functionality of libdap objects More...
#include <DapObj.h>
Public Member Functions | |
virtual void | dump (std::ostream &strm) const =0 |
dump the contents of this object to the specified ostream More... | |
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.
|
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...
strm | C++ i/o stream to dump the object to |
Implemented in libdap::Array, libdap::AttrTable, libdap::Byte, libdap::D4Attribute, libdap::D4Attributes, libdap::D4Enum, libdap::D4Sequence, libdap::D4StreamUnMarshaller, libdap::DAS, libdap::DataDDS, libdap::DDS, libdap::Float32, libdap::Float64, libdap::Grid, libdap::Int16, libdap::Int32, libdap::Int64, libdap::Int8, libdap::Sequence, libdap::Str, libdap::Structure, libdap::UInt16, libdap::UInt32, libdap::UInt64, libdap::Vector, libdap::XDRFileMarshaller, libdap::XDRFileUnMarshaller, libdap::XDRStreamMarshaller, libdap::XDRStreamUnMarshaller, libdap::BaseType, libdap::Constructor, libdap::D4Opaque, libdap::D4StreamMarshaller, libdap::Marshaller, libdap::UnMarshaller, and libdap::DMR.