libdap Updated for version 3.21.1
libdap4 is an implementation of OPeNDAP's DAP protocol.
|
#include "config.h"
#include <cassert>
#include <sstream>
#include "AttrTable.h"
#include "DapIndent.h"
#include "escaping.h"
#include "util.h"
#include "debug.h"
Go to the source code of this file.
Classes | |
class | string |
STL class. More... | |
class | vector< T > |
STL class. More... | |
Namespaces | |
namespace | libdap |
top level DAP object to house generic methods | |
Macros | |
#define | NEW_DEL_ATTR_TABLE_BEHAVIOR 0 |
#define | WWW_ENCODING 0 |
Functions | |
string | libdap::add_space_encoding (const string &s) |
string | libdap::AttrType_to_String (const AttrType at) |
string | libdap::remove_space_encoding (const string &s) |
AttrType | libdap::String_to_AttrType (const string &s) |
get information using an iterator | |
const string | libdap::double_quote = "\"" |
#define NEW_DEL_ATTR_TABLE_BEHAVIOR 0 |
Definition at line 51 of file AttrTable.cc.
#define WWW_ENCODING 0 |
Definition at line 48 of file AttrTable.cc.