|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
#include "config.h"#include <cassert>#include <sstream>#include <vector>#include <BaseType.h>#include <Byte.h>#include <Int16.h>#include <UInt16.h>#include <Int32.h>#include <UInt32.h>#include <Float32.h>#include <Float64.h>#include <Str.h>#include <Url.h>#include <Array.h>#include <Error.h>#include <DDS.h>#include <debug.h>#include <util.h>#include <BaseTypeFactory.h>#include <BESDebug.h>#include "MakeArrayFunction.h"
Go to the source code of this file.
Namespaces | |
| libdap | |
Functions | |
| void | libdap::function_make_array (int argc, BaseType *argv[], DDS &dds, BaseType **btpp) |
| Build a new DAP Array variable. More... | |
| vector< int > | libdap::parse_dims (const string &shape) |
| Parse the shape 'expression'. More... | |