libdap Updated for version 3.21.1
libdap4 is an implementation of OPeNDAP's DAP protocol.
|
#include "config.h"
#include <BaseType.h>
#include <Grid.h>
#include <Structure.h>
#include <util.h>
#include <debug.h>
#include "GSEClause.h"
#include "grid_utils.h"
#include "gse_parser.h"
Go to the source code of this file.
Namespaces | |
namespace | functions |
Functions | |
void | functions::apply_grid_selection_expressions (Grid *grid, vector< GSEClause * > clauses) |
void | functions::get_grids (BaseType *bt, vector< Grid * > *grids) |
void | functions::get_grids (DDS &dds, vector< Grid * > *grids) |
void | gse_delete_buffer (void *buffer) |
int | gse_parse (functions::gse_arg *arg) |
void | gse_restart (FILE *in) |
void * | gse_string (const char *yy_str) |
void | functions::parse_gse_expression (gse_arg *arg, BaseType *expr) |
void gse_delete_buffer | ( | void * | buffer | ) |
int gse_parse | ( | functions::gse_arg * | arg | ) |
void gse_restart | ( | FILE * | in | ) |
void * gse_string | ( | const char * | yy_str | ) |