libdap Updated for version 3.21.1
libdap4 is an implementation of OPeNDAP's DAP protocol.
ConstraintEvaluator.cc File Reference
#include "config.h"
#include "Clause.h"
#include "ConstraintEvaluator.h"
#include "DataDDS.h"
#include "ServerFunctionsList.h"
#include "ce_parser.h"
#include "debug.h"
#include "expr.h"
#include "parser.h"
Include dependency graph for ConstraintEvaluator.cc:

Go to the source code of this file.

Namespaces

namespace  libdap
 top level DAP object to house generic methods
 

Functions

void ce_expr_delete_buffer (void *buffer)
 
void * ce_expr_string (const char *yy_str)
 
void ce_expr_switch_to_buffer (void *new_buffer)
 
int ce_exprparse (libdap::ce_parser_arg *arg)
 

Function Documentation

◆ ce_expr_delete_buffer()

void ce_expr_delete_buffer ( void * buffer)

◆ ce_expr_string()

void * ce_expr_string ( const char * yy_str)

◆ ce_expr_switch_to_buffer()

void ce_expr_switch_to_buffer ( void * new_buffer)

◆ ce_exprparse()

int ce_exprparse ( libdap::ce_parser_arg * arg)