|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
#include "config.h"#include <sys/stat.h>#include <iostream>#include <string>#include <fstream>#include <sstream>#include <DDS.h>#include <DMR.h>#include <DapXmlNamespaces.h>#include <ConstraintEvaluator.h>#include <DDXParserSAX2.h>#include <D4EnumDefs.h>#include <D4Dimensions.h>#include <D4Group.h>#include <D4ParserSax2.h>#include <XDRStreamMarshaller.h>#include <XDRStreamUnMarshaller.h>#include <chunked_istream.h>#include <D4StreamUnMarshaller.h>#include <debug.h>#include <mime_util.h>#include <util.h>#include "BESStoredDapResultCache.h"#include "BESDapResponseBuilder.h"#include "BESInternalError.h"#include "BESUtil.h"#include "TheBESKeys.h"#include "BESDebug.h"
Go to the source code of this file.
Macros | |
| #define | BES_CATALOG_ROOT "BES.Catalog.catalog.RootDirectory" |
| #define | BES_DATA_ROOT "BES.Data.RootDirectory" |
| #define | CRLF "\r\n" |
| #define | HASH_OBJ std::hash |
| #define BES_CATALOG_ROOT "BES.Catalog.catalog.RootDirectory" |
Definition at line 77 of file BESStoredDapResultCache.cc.
| #define BES_DATA_ROOT "BES.Data.RootDirectory" |
Definition at line 76 of file BESStoredDapResultCache.cc.
| #define CRLF "\r\n" |
Definition at line 75 of file BESStoredDapResultCache.cc.
Referenced by BESStoredDapResultCache::store_dap2_result().
| #define HASH_OBJ std::hash |
Definition at line 72 of file BESStoredDapResultCache.cc.