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

Go to the source code of this file.
Classes | |
| class | libdap::BaseType |
| The basic data type for the DODS DAP types. More... | |
Namespaces | |
| namespace | libdap |
Defines | |
| #define | FILE_METHODS 1 |
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 } |
| Identifies the data type. More... | |
| #define FILE_METHODS 1 |
Definition at line 70 of file BaseType.h.