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 <debug.h>
#include <util.h>
#include <BESDebug.h>
#include "BindNameFunction.h"
Go to the source code of this file.
Namespaces | |
libdap | |
Functions | |
void | libdap::function_bind_shape (int argc, BaseType *argv[], DDS &, BaseType **btpp) |
Bind a shape to a DAP2 Array that is a vector. More... | |
vector< int > | libdap::parse_dims (const string &shape) |
Parse the shape 'expression'. More... | |