OPeNDAP Hyrax Back End Server (BES)  Updated for version 3.8.3
NCMLUtil.h File Reference
#include <string>
#include <vector>
Include dependency graph for NCMLUtil.h:
This graph shows which files directly or indirectly include this file:

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; }
 

Macro Definition Documentation

#define SAFE_DELETE (   a)    { delete (a); (a) = 0; }

Definition at line 64 of file NCMLUtil.h.

Referenced by ncml_module::NetcdfElement::~NetcdfElement().