|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
#include <string>#include <list>#include <iostream>#include <DDS.h>#include <Array.h>#include <Constructor.h>

Go to the source code of this file.
Namespaces | |
| w10n | |
Functions | |
| bool | w10n::allVariablesMarkedToSend (libdap::DDS *dds) |
| bool | w10n::allVariablesMarkedToSend (libdap::Constructor *ctor) |
| void | w10n::checkConstrainedDDSForW10nDataCompatibility (libdap::DDS *dds) |
| void | w10n::checkConstructorForW10nDataCompatibility (libdap::Constructor *constructor) |
| long | w10n::computeConstrainedShape (libdap::Array *a, std::vector< unsigned int > *shape) |
| std::string | w10n::escape_for_json (const std::string &input) |
| void | w10n::eval_resource_path (const string &w10nResourceId, const string &catalogRoot, const bool follow_sym_links, string &validPath, bool &isFile, bool &isDir, string &remainder) |
| Check if the specified path is valid. More... | |