|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
#include <string>#include <vector>

Go to the source code of this file.
Classes | |
| class | ncml_module::NCMLUtil |
| Static class of utility functions. More... | |
Namespaces | |
| libdap | |
| static class NCMLUtil overview | |
| ncml_module | |
| An abstract superclass for NCMLArray<T> that handles the non-parameterized functionality and allows us to treat subclasses of any type T polymorphically. | |
Macros | |
| #define | SAFE_DELETE(a) { delete (a); (a) = 0; } |
| #define SAFE_DELETE | ( | a | ) | { delete (a); (a) = 0; } |
Definition at line 64 of file NCMLUtil.h.
Referenced by ncml_module::NetcdfElement::~NetcdfElement().