|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
Argument to the GSE parser. More...
#include <gse_parser.h>

Public Member Functions | |
| Grid * | get_grid () |
| GSEClause * | get_gsec () |
| int | get_status () |
| gse_arg () | |
| gse_arg (Grid *g) | |
| void | set_grid (Grid *g) |
| void | set_gsec (GSEClause *gsec) |
| void | set_status (int stat) |
| virtual | ~gse_arg () |
Public Attributes | |
| 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 43 of file gse_parser.h.
|
inline |
Definition at line 49 of file gse_parser.h.
|
inline |
Definition at line 51 of file gse_parser.h.
|
inlinevirtual |
Definition at line 53 of file gse_parser.h.
|
inline |
Definition at line 68 of file gse_parser.h.
References _grid.
Referenced by build_dual_gse_clause(), build_gse_clause(), and build_rev_gse_clause().
|
inline |
Definition at line 60 of file gse_parser.h.
References _gsec.
Referenced by libdap::function_geogrid(), and libdap::function_grid().
|
inline |
Definition at line 76 of file gse_parser.h.
References _status.
|
inline |
Definition at line 64 of file gse_parser.h.
References _grid.
|
inline |
Definition at line 56 of file gse_parser.h.
References _gsec.
|
inline |
Definition at line 72 of file gse_parser.h.
References _status.
| Grid* libdap::gse_arg::_grid |
Definition at line 46 of file gse_parser.h.
Referenced by get_grid(), and set_grid().
| GSEClause* libdap::gse_arg::_gsec |
Definition at line 45 of file gse_parser.h.
Referenced by get_gsec(), and set_gsec().
| int libdap::gse_arg::_status |
Definition at line 47 of file gse_parser.h.
Referenced by get_status(), and set_status().