|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
#include "config.h"#include "ScanElement.h"#include <algorithm>#include <cstring>#include <cerrno>#include <dirent.h>#include <iostream>#include <sstream>#include <sys/time.h>#include <sys/types.h>#include <sys/stat.h>#include "AggregationElement.h"#include "DirectoryUtil.h"#include "NCMLDebug.h"#include "NCMLParser.h"#include "NetcdfElement.h"#include "RCObject.h"#include "SimpleTimeParser.h"#include "XMLHelpers.h"#include "Error.h"#include <unicode/smpdtfmt.h>#include <unicode/timezone.h>
Go to the source code of this file.
Namespaces | |
| 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. | |