OPeNDAP Hyrax Back End Server (BES)  Updated for version 3.8.3
GSEClause.h File Reference
#include <string>
#include <sstream>
#include <BaseType.h>
#include <Array.h>
#include <Grid.h>
Include dependency graph for GSEClause.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  libdap::GSEClause
 Holds the results of parsing one of the Grid Selection Expression clauses. More...
 

Namespaces

 libdap
 

Enumerations

enum  libdap::relop {
  libdap::dods_nop_op, libdap::dods_greater_op, libdap::dods_greater_equal_op, libdap::dods_less_op,
  libdap::dods_less_equal_op, libdap::dods_equal_op, libdap::dods_not_equal_op
}