libdap++  Updated for version 3.8.2
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 Nlibdap
 CAlarmHandler
 CAncillary
 CArrayA multidimensional array of identical data types
 Cdimension
 CArrayGeoConstraint
 CAttrTableContains the attributes for a dataset
 Centry
 CBaseTypeThe basic data type for the DODS DAP types
 CBaseTypeFactory
 CByteHolds a single byte
 Cce_parser_arg
 CClauseHolds a fragment of a constraint expression
 CCmp
 CConnectHolds information about the link from a DAP2 client to a dataset
 CConstraintEvaluatorEvaluate a constraint expression
 CConstructor
 CDapIndentClass with static methods to help with indentation of debug information
 CDapObjLibdap base object for common functionality of libdap objects
 CDASHold attribute data for a DAP2 dataset
 CDataDDSHolds a DAP2 DDS
 CDDS
 CDDXParseFailed
 CDDXParser
 CDODSFilterCommon functions for DODS server filter programs
 CErrorA class for error processing
 CEventHandler
 CFloat32Holds a 32-bit floating point value
 CFloat64Holds a 64-bit (double precision) floating point value
 CGeoConstraint
 CGridHolds the Grid data type
 CGridGeoConstraint
 Cgse_arg
 CGSEClause
 CHTTPCache
 CHTTPCacheInterruptHandler
 CHTTPCacheResponse
 CHTTPCacheTable
 CCacheEntry
 CHTTPConnect
 CHTTPResponse
 CInt16Holds a 16-bit signed integer value
 CInt32Holds a 32-bit signed integer
 CInternalErrA class for software fault reporting
 CMarshallerAbstract base class used to marshal/serialize dap data objects
 Cparser_argPass parameters by reference to a parser
 CPipeResponseEncapsulate a response. This class provides special treatment for 'stream pipes.' It arranges to close them using pclose() instead of fclose()
 CRCReader
 CResourceAssociate a rule with an ancillary resource
 CResponse
 CResponseTooBigErr
 Crvalue
 CSequenceHolds a sequence
 CSignalHandler
 CSignalHandlerRegisteredErr
 CStdinResponseEncapsulate a response read from stdin
 CStrHolds character string data
 CStrCmp
 CStructureHolds a structure (aggregate) type
 CSUCmp
 CTestHandler
 CUInt16Holds an unsigned 16-bit integer
 CUInt32Holds a 32-bit unsigned integer
 CUnMarshallerAbstract base class used to unmarshall/deserialize dap data objects
 CUrlHolds an Internet address (URL)
 CUSCmp
 CVectorHolds a one-dimensional collection of DAP2 data types
 CXDRFileMarshallerMarshaller that knows how to marshall/serialize dap data objects to a file using XDR
 CXDRFileUnMarshallerUnmarshaller that knows how to unmarshall/deserialize dap objects using XDR from a file
 CXDRStreamMarshallerMarshaller that knows how to marshal/serialize dap data objects to a C++ iostream using XDR
 CXDRStreamUnMarshallerUnmarshaller that knows how to unmarshall/deserialize dap objects using XDR from a file
 CXDRUtils