libdap Updated for version 3.21.1
libdap4 is an implementation of OPeNDAP's DAP protocol.
Type.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  libdap
 top level DAP object to house generic methods
 

Enumerations

enum  libdap::Part { libdap::nil , libdap::array , libdap::maps }
 Names the parts of multi-section constructor data types. More...
 
enum  libdap::Type {
  libdap::dods_null_c , libdap::dods_byte_c , libdap::dods_int16_c , libdap::dods_uint16_c ,
  libdap::dods_int32_c , libdap::dods_uint32_c , libdap::dods_float32_c , libdap::dods_float64_c ,
  libdap::dods_str_c , libdap::dods_url_c , libdap::dods_structure_c , libdap::dods_array_c ,
  libdap::dods_sequence_c , libdap::dods_grid_c , libdap::dods_char_c , libdap::dods_int8_c ,
  libdap::dods_uint8_c , libdap::dods_int64_c , libdap::dods_uint64_c , libdap::dods_enum_c ,
  libdap::dods_opaque_c , libdap::dods_group_c
}
 Identifies the data type. More...