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 <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_name (int argc, BaseType *argv[], DDS &dds, BaseType **btpp) |
Bind a new name to a variable. More... | |