|
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 <Array.h>#include <Str.h>#include <Error.h>#include <DDS.h>#include <DMR.h>#include <D4RValue.h>#include <D4Dimensions.h>#include <debug.h>#include <util.h>#include <BESDebug.h>#include "BindNameFunction.h"
Go to the source code of this file.
Namespaces | |
| libdap | |
| static class NCMLUtil overview | |
Functions | |
| BaseType * | libdap::bind_shape_worker (string shape, BaseType *btp) |
| void | libdap::function_bind_shape_dap2 (int argc, BaseType *argv[], DDS &, BaseType **btpp) |
| Bind a shape to a DAP2 Array that is a vector. More... | |
| BaseType * | libdap::function_bind_shape_dap4 (D4RValueList *args, DMR &dmr) |
| Bind a shape to a DAP4 Array that is a vector. More... | |
| vector< int > | libdap::parse_dims (const string &shape) |
| Parse the shape 'expression'. More... | |
Variables | |
| string | libdap::bind_shape_info |