libdap++
Updated for version 3.13.3
|
▼Nlibdap | |
CAlarmHandler | |
CAncillary | |
▼CArray | A multidimensional array of identical data types |
Cdimension | |
▼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 |
CConnect | Holds information about the link from a DAP2 client to a dataset |
CConstraintEvaluator | Evaluate a constraint expression |
CConstructor | |
CD4BaseTypeFactory | |
CD4Dimensions | |
CD4EnumDef | |
CD4Group | |
CD4Maps | |
CD4ParseError | |
CD4ParserSax2 | |
CDAP4StreamMarshaller | Marshaller that knows how to marshal/serialize dap data objects to a C++ iostream using DAP4's receiver-makes-right scheme. This code adds checksums to the stream and uses the xdr library to encode real values if the underlying representation is not IEEE 754. It also supports computing the checksum only |
▼CDAP4StreamUnMarshaller | Read data from the stream made by DAP4StreamMarshaller |
Cchecksum | |
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 |
CGrid | Holds the Grid data type |
CHTTPCache | |
CHTTPCacheInterruptHandler | |
CHTTPCacheResponse | |
▼CHTTPCacheTable | |
CCacheEntry | |
CHTTPConnect | |
CHTTPResponse | |
CInt16 | Holds a 16-bit signed integer value |
CInt32 | Holds a 32-bit signed integer |
CInt64 | Holds a64-bit signed integer |
CInt8 | Holds a 16-bit signed integer value |
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 | |
CResponseTooBigErr | |
Crvalue | |
CSequence | Holds a sequence |
CServerFunction | |
CServerFunctionsList | |
CSignalHandler | |
CSignalHandlerRegisteredErr | |
CStdinResponse | Encapsulate a response read from stdin |
CStr | Holds character string data |
CStructure | Holds a structure (aggregate) type |
CTestHandler | |
CUInt16 | Holds an unsigned 16-bit integer |
CUInt32 | Holds a 32-bit unsigned integer |
CUInt64 | Holds a 64-bit unsigned integer |
CUnMarshaller | Abstract base class used to unmarshall/deserialize dap data objects |
CUrl | Holds an Internet address (URL) |
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 | |
CXMLWriter |