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 <ConstraintEvaluator.h>
#include <DDXParserSAX2.h>
#include <XDRStreamMarshaller.h>
#include <XDRStreamUnMarshaller.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 67 of file BESStoredDapResultCache.cc.
Referenced by BESStoredDapResultCache::getStoredResultsDirFromConfig().
#define BES_DATA_ROOT "BES.Data.RootDirectory" |
Definition at line 66 of file BESStoredDapResultCache.cc.
Referenced by BESStoredDapResultCache::getStoredResultsDirFromConfig().
#define CRLF "\r\n" |
Definition at line 65 of file BESStoredDapResultCache.cc.
Referenced by BESStoredDapResultCache::cache_dataset().
#define HASH_OBJ std::hash |
Definition at line 61 of file BESStoredDapResultCache.cc.