|
libdap++
Updated for version 3.13.1
|
#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 | 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 WWW_ENCODING 0 |
Definition at line 52 of file AttrTable.cc.