bes
Updated for version 3.20.6
|
#include <gse_parser.h>
Public Member Functions | |
libdap::Grid * | get_grid () |
GSEClause * | get_gsec () |
int | get_status () |
gse_arg (libdap::Grid *g) | |
void | set_grid (libdap::Grid *g) |
void | set_gsec (GSEClause *gsec) |
void | set_status (int stat) |
Public Attributes | |
libdap::Grid * | _grid |
GSEClause * | _gsec |
int | _status |
Argument to the GSE parser. Assumes all errors will be signaled by throws; Error objects are not returned.
Definition at line 47 of file gse_parser.h.