#include "config.h"
#include <limits.h>
#include <cstdlib>
#include <cerrno>
#include <cmath>
#include <iostream>
#include <vector>
#include <algorithm>
#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 "Structure.h"
#include "Sequence.h"
#include "Grid.h"
#include "Error.h"
#include "RValue.h"
#include "GSEClause.h"
#include "GridGeoConstraint.h"
#include "ArrayGeoConstraint.h"
#include "ce_functions.h"
#include "gse_parser.h"
#include "gse.tab.hh"
#include "debug.h"
#include "util.h"
Go to the source code of this file.
Namespaces |
namespace | libdap |
Functions |
bool | libdap::double_eq (double lhs, double rhs, double epsilon=1.0e-5) |
double * | libdap::extract_double_array (Array *a) |
double | libdap::extract_double_value (BaseType *arg) |
string | libdap::extract_string_argument (BaseType *arg) |
void | libdap::function_geogrid (int argc, BaseType *argv[], DDS &, BaseType **btpp) |
void | libdap::function_grid (int argc, BaseType *argv[], DDS &, BaseType **btpp) |
void | libdap::function_linear_scale (int argc, BaseType *argv[], DDS &, BaseType **btpp) |
void | libdap::function_version (int, BaseType *[], DDS &, BaseType **btpp) |
void | gse_delete_buffer (void *buffer) |
int | gse_parse (void *arg) |
void | gse_restart (FILE *in) |
void * | gse_string (const char *yy_str) |
void | gse_switch_to_buffer (void *new_buffer) |
void | libdap::register_functions (ConstraintEvaluator &ce) |
void | libdap::set_array_using_double (Array *dest, double *src, int src_len) |
Function Documentation
void gse_delete_buffer |
( |
void * |
buffer | ) |
|
int gse_parse |
( |
void * |
arg | ) |
|
void gse_restart |
( |
FILE * |
in | ) |
|
void* gse_string |
( |
const char * |
yy_str | ) |
|
void gse_switch_to_buffer |
( |
void * |
new_buffer | ) |
|