libdap++
Updated for version 3.8.2
|
▼Nlibdap | |
CAlarmHandler | |
CAncillary | |
▼CArray | A multidimensional array of identical data types |
Cdimension | |
CArrayGeoConstraint | |
▼CAttrTable | Contains the attributes for a dataset |
Centry | |
CBaseType | The basic data type for the DODS DAP types |
CBaseTypeFactory | |
CByte | Holds a single byte |
Cce_parser_arg | |
CClause | Holds a fragment of a constraint expression |
CCmp | |
CConnect | Holds information about the link from a DAP2 client to a dataset |
CConstraintEvaluator | Evaluate a constraint expression |
CConstructor | |
CDapIndent | Class with static methods to help with indentation of debug information |
CDapObj | Libdap base object for common functionality of libdap objects |
CDAS | Hold attribute data for a DAP2 dataset |
CDataDDS | Holds a DAP2 DDS |
CDDS | |
CDDXParseFailed | |
CDDXParser | |
CDODSFilter | Common functions for DODS server filter programs |
CError | A class for error processing |
CEventHandler | |
CFloat32 | Holds a 32-bit floating point value |
CFloat64 | Holds a 64-bit (double precision) floating point value |
CGeoConstraint | |
CGrid | Holds the Grid data type |
CGridGeoConstraint | |
Cgse_arg | |
CGSEClause | |
CHTTPCache | |
CHTTPCacheInterruptHandler | |
CHTTPCacheResponse | |
▼CHTTPCacheTable | |
CCacheEntry | |
CHTTPConnect | |
CHTTPResponse | |
CInt16 | Holds a 16-bit signed integer value |
CInt32 | Holds a 32-bit signed integer |
CInternalErr | A class for software fault reporting |
CKeywords | |
CMarshaller | Abstract base class used to marshal/serialize dap data objects |
Cparser_arg | Pass parameters by reference to a parser |
CPipeResponse | Encapsulate a response. This class provides special treatment for 'stream pipes.' It arranges to close them using pclose() instead of fclose() |
CRCReader | |
CResource | Associate a rule with an ancillary resource |
CResponse | |
CResponseBuilder | Build responses for Hyrax server modules/handlers |
CResponseTooBigErr | |
Crvalue | |
CSequence | Holds a sequence |
CSignalHandler | |
CSignalHandlerRegisteredErr | |
CStdinResponse | Encapsulate a response read from stdin |
CStr | Holds character string data |
CStrCmp | |
CStructure | Holds a structure (aggregate) type |
CSUCmp | |
CTestHandler | |
CUInt16 | Holds an unsigned 16-bit integer |
CUInt32 | Holds a 32-bit unsigned integer |
CUnMarshaller | Abstract base class used to unmarshall/deserialize dap data objects |
CUrl | Holds an Internet address (URL) |
CUSCmp | |
CVector | Holds a one-dimensional collection of DAP2 data types |
CXDRFileMarshaller | Marshaller that knows how to marshall/serialize dap data objects to a file using XDR |
CXDRFileUnMarshaller | Unmarshaller that knows how to unmarshall/deserialize dap objects using XDR from a file |
CXDRStreamMarshaller | Marshaller that knows how to marshal/serialize dap data objects to a C++ iostream using XDR |
CXDRStreamUnMarshaller | Unmarshaller that knows how to unmarshall/deserialize dap objects using XDR from a file |
CXDRUtils |