libdap++
Updated for version 3.14.0
|
#include "config.h"
#include <cassert>
#include <sstream>
#include "AttrTable.h"
#include "util.h"
#include "escaping.h"
#include "debug.h"
Go to the source code of this file.
Namespaces | |
libdap | |
Macros | |
#define | NEW_DEL_ATTR_TABLE_BEHAVIOR 0 |
#define | WWW_ENCODING 0 |
Functions | |
string | libdap::AttrType_to_String (const AttrType at) |
AttrType | libdap::String_to_AttrType (const string &s) |
Variables | |
const string | libdap::double_quote = "\"" |
#define NEW_DEL_ATTR_TABLE_BEHAVIOR 0 |
Definition at line 50 of file AttrTable.cc.
#define WWW_ENCODING 0 |
Definition at line 47 of file AttrTable.cc.