libdap++ Updated for version 3.8.2

Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
libdap::AlarmHandler
libdap::Ancillary
libdap::ArrayA multidimensional array of identical data types
libdap::ArrayGeoConstraint
libdap::AttrTableContains the attributes for a dataset
libdap::BaseTypeThe basic data type for the DODS DAP types
libdap::BaseTypeFactory
libdap::ByteHolds a single byte
libdap::HTTPCacheTable::CacheEntry
libdap::ce_parser_arg
libdap::ClauseHolds a fragment of a constraint expression
libdap::Cmp< T1, T2 >
libdap::ConnectHolds information about the link from a DAP2 client to a dataset
libdap::ConstraintEvaluatorEvaluate a constraint expression
libdap::Constructor
libdap::DapIndentClass with static methods to help with indentation of debug information
libdap::DapObjLibdap base object for common functionality of libdap objects
libdap::DASHold attribute data for a DAP2 dataset
libdap::DataDDSHolds a DAP2 DDS
libdap::DDS
libdap::DDXParseFailed
libdap::DDXParser
libdap::Array::dimension
libdap::DODSFilterCommon functions for DODS server filter programs
libdap::AttrTable::entry
libdap::ErrorA class for error processing
libdap::EventHandler
libdap::Float32Holds a 32-bit floating point value
libdap::Float64Holds a 64-bit (double precision) floating point value
libdap::GeoConstraint
libdap::GridHolds the Grid data type
libdap::GridGeoConstraint
libdap::gse_arg
libdap::GSEClause
libdap::HTTPCache
libdap::HTTPCacheInterruptHandler
libdap::HTTPCacheResponse
libdap::HTTPCacheTable
libdap::HTTPConnect
libdap::HTTPResponse
libdap::Int16Holds a 16-bit signed integer value
libdap::Int32Holds a 32-bit signed integer
libdap::InternalErrA class for software fault reporting
libdap::MarshallerAbstract base class used to marshal/serialize dap data objects
libdap::parser_argPass parameters by reference to a parser
libdap::PipeResponseEncapsulate a response. This class provides special treatment for 'stream pipes.' It arranges to close them using pclose() instead of fclose()
libdap::RCReader
libdap::ResourceAssociate a rule with an ancillary resource
libdap::Response
libdap::ResponseTooBigErr
libdap::rvalue
libdap::SequenceHolds a sequence
libdap::SignalHandler
libdap::SignalHandlerRegisteredErr
libdap::StdinResponseEncapsulate a response read from stdin
libdap::StrHolds character string data
libdap::StrCmp< T1, T2 >
libdap::StructureHolds a structure (aggregate) type
libdap::SUCmp< T1, UT2 >
libdap::TestHandler
libdap::UInt16Holds an unsigned 16-bit integer
libdap::UInt32Holds a 32-bit unsigned integer
libdap::UnMarshallerAbstract base class used to unmarshall/deserialize dap data objects
libdap::UrlHolds an Internet address (URL)
libdap::USCmp< UT1, T2 >
libdap::VectorHolds a one-dimensional collection of DAP2 data types
libdap::XDRFileMarshallerMarshaller that knows how to marshall/serialize dap data objects to a file using XDR
libdap::XDRFileUnMarshallerUnmarshaller that knows how to unmarshall/deserialize dap objects using XDR from a file
libdap::XDRStreamMarshallerMarshaller that knows how to marshal/serialize dap data objects to a C++ iostream using XDR
libdap::XDRStreamUnMarshallerUnmarshaller that knows how to unmarshall/deserialize dap objects using XDR from a file
libdap::XDRUtils