#include <string>#include <vector>#include "Error.h"#include "DapObj.h"

Go to the source code of this file.
Classes | |
| class | libdap::AttrTable |
| Contains the attributes for a dataset. More... | |
| struct | libdap::AttrTable::entry |
Namespaces | |
| namespace | libdap |
Defines | |
| #define | _attrtable_h 1 |
Enumerations | |
| enum | libdap::AttrType { libdap::Attr_unknown, libdap::Attr_container, libdap::Attr_byte, libdap::Attr_int16, libdap::Attr_uint16, libdap::Attr_int32, libdap::Attr_uint32, libdap::Attr_float32, libdap::Attr_float64, libdap::Attr_string, libdap::Attr_url, libdap::Attr_other_xml } |
Functions | |
| string | libdap::AttrType_to_String (const AttrType at) |
| AttrType | libdap::String_to_AttrType (const string &s) |
| #define _attrtable_h 1 |
Definition at line 35 of file AttrTable.h.
1.6.1