|
libdap++
Updated for version 3.13.1
|
#include <vector>#include <stack>#include <iostream>#include <string>#include "AttrTable.h"#include "InternalErr.h"#include "dods-datatypes.h"#include "DapObj.h"#include "XMLWriter.h"

Go to the source code of this file.
Classes | |
| class | libdap::BaseType |
| The basic data type for the DODS DAP types. More... | |
Namespaces | |
| libdap | |
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_array_c, libdap::dods_structure_c, libdap::dods_sequence_c, libdap::dods_grid_c, libdap::dods_int8_c, libdap::dods_uint8_c, libdap::dods_int64_c, libdap::dods_uint64_c, libdap::dods_url4_c, libdap::dods_enum_c, libdap::dods_group_c } |
| Identifies the data type. More... | |