libdap++
Updated for version 3.11.7
|
Clibdap::Ancillary | |
Clibdap::BaseTypeFactory | |
Ccache_entry | |
Clibdap::HTTPCacheTable::CacheEntry | |
Clibdap::ce_parser_arg | |
Clibdap::Clause | Holds a fragment of a constraint expression |
Clibdap::Cmp< T1, T2 > | |
Clibdap::Connect | Holds information about the link from a DAP2 client to a dataset |
Clibdap::ConstraintEvaluator | Evaluate a constraint expression |
Clibdap::DapIndent | Class with static methods to help with indentation of debug information |
▼Clibdap::DapObj | Libdap base object for common functionality of libdap objects |
CDAPCache3 | Implementation of a caching mechanism for compressed data. This cache uses simple advisory locking found on most modern unix file systems. Compressed files are decompressed and stored in a cache where they can be used over and over until removed from the cache. Several processes can share the cache with each reading from files. At the same time, new files can be added and the cache can be purged, without disrupting the existing read operations |
Clibdap::AttrTable | Contains the attributes for a dataset |
▼Clibdap::BaseType | The basic data type for the DODS DAP types |
Clibdap::Byte | Holds a single byte |
▼Clibdap::Constructor | |
Clibdap::Grid | Holds the Grid data type |
Clibdap::Sequence | Holds a sequence |
Clibdap::Structure | Holds a structure (aggregate) type |
Clibdap::Float32 | Holds a 32-bit floating point value |
Clibdap::Float64 | Holds a 64-bit (double precision) floating point value |
Clibdap::Int16 | Holds a 16-bit signed integer value |
Clibdap::Int32 | Holds a 32-bit signed integer |
▼Clibdap::Str | Holds character string data |
Clibdap::Url | Holds an Internet address (URL) |
Clibdap::UInt16 | Holds an unsigned 16-bit integer |
Clibdap::UInt32 | Holds a 32-bit unsigned integer |
▼Clibdap::Vector | Holds a one-dimensional collection of DAP2 data types |
Clibdap::Array | A multidimensional array of identical data types |
Clibdap::DAS | Hold attribute data for a DAP2 dataset |
▼Clibdap::DDS | |
Clibdap::DataDDS | Holds a DAP2 DDS |
▼Clibdap::Marshaller | Abstract base class used to marshal/serialize dap data objects |
Clibdap::XDRFileMarshaller | Marshaller that knows how to marshall/serialize dap data objects to a file using XDR |
Clibdap::XDRStreamMarshaller | Marshaller that knows how to marshal/serialize dap data objects to a C++ iostream using XDR |
▼Clibdap::UnMarshaller | Abstract base class used to unmarshall/deserialize dap data objects |
Clibdap::XDRFileUnMarshaller | Unmarshaller that knows how to unmarshall/deserialize dap objects using XDR from a file |
Clibdap::XDRStreamUnMarshaller | Unmarshaller that knows how to unmarshall/deserialize dap objects using XDR from a file |
Clibdap::DDXParser | |
Clibdap::Array::dimension | |
Clibdap::DODSFilter | Common functions for DODS server filter programs |
Clibdap::AttrTable::entry | |
▼Clibdap::Error | A class for error processing |
Clibdap::DDXParseFailed | |
Clibdap::InternalErr | A class for software fault reporting |
Clibdap::ResponseTooBigErr | |
Clibdap::SignalHandlerRegisteredErr | |
▼Clibdap::EventHandler | |
Clibdap::AlarmHandler | |
Clibdap::HTTPCacheInterruptHandler | |
Clibdap::TestHandler | |
▼Clibdap::GeoConstraint | |
Clibdap::ArrayGeoConstraint | |
Clibdap::GridGeoConstraint | |
Clibdap::gse_arg | |
Clibdap::GSEClause | |
Clibdap::HTTPCache | |
Clibdap::HTTPCacheTable | |
Clibdap::HTTPConnect | |
Clibdap::Keywords | |
Clibdap::parser_arg | Pass parameters by reference to a parser |
Clibdap::RCReader | |
Clibdap::Resource | Associate a rule with an ancillary resource |
▼Clibdap::Response | |
▼Clibdap::HTTPResponse | |
Clibdap::HTTPCacheResponse | |
Clibdap::PipeResponse | Encapsulate a response. This class provides special treatment for 'stream pipes.' It arranges to close them using pclose() instead of fclose() |
Clibdap::StdinResponse | Encapsulate a response read from stdin |
Clibdap::ResponseBuilder | Build responses for Hyrax server modules/handlers |
Clibdap::rvalue | |
Clibdap::SignalHandler | |
Clibdap::StrCmp< T1, T2 > | |
Clibdap::SUCmp< T1, UT2 > | |
Clibdap::USCmp< UT1, T2 > | |
Clibdap::XDRUtils | |
CXMLWriter |