OPeNDAP Hyrax Back End Server (BES)  Updated for version 3.8.3
NCMLParser.cc File Reference
#include "config.h"
#include "NCMLParser.h"
#include "AggregationElement.h"
#include "AggregationUtil.h"
#include <BESConstraintFuncs.h>
#include <BESDataDDSResponse.h>
#include <BESDDSResponse.h>
#include <BESDebug.h>
#include "DDSLoader.h"
#include "DimensionElement.h"
#include <AttrTable.h>
#include <BaseType.h>
#include <DAS.h>
#include <DDS.h>
#include <Structure.h>
#include <map>
#include <memory>
#include "NCMLDebug.h"
#include "NCMLElement.h"
#include "NCMLUtil.h"
#include "NetcdfElement.h"
#include "OtherXMLParser.h"
#include <parser.h>
#include "SaxParserWrapper.h"
#include <sstream>
Include dependency graph for NCMLParser.cc:

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.
 

Macros

#define DEBUG_NCML_PARSER_INTERNALS   1
 

Typedefs

typedef std::map< string, string > ncml_module::TypeConverter
 

Macro Definition Documentation

#define DEBUG_NCML_PARSER_INTERNALS   1

Definition at line 58 of file NCMLParser.cc.