|
libdap++
Updated for version 3.8.2
|
#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 45 of file gse_parser.h.
| libdap::gse_arg::gse_arg | ( | ) | [inline] |
Definition at line 51 of file gse_parser.h.
| libdap::gse_arg::gse_arg | ( | Grid * | g | ) | [inline] |
Definition at line 53 of file gse_parser.h.
| virtual libdap::gse_arg::~gse_arg | ( | ) | [inline, virtual] |
Definition at line 55 of file gse_parser.h.
| Grid* libdap::gse_arg::get_grid | ( | ) | [inline] |
Definition at line 70 of file gse_parser.h.
References _grid.
| GSEClause* libdap::gse_arg::get_gsec | ( | ) | [inline] |
Definition at line 62 of file gse_parser.h.
References _gsec.
Referenced by libdap::function_geogrid(), and libdap::function_grid().
| int libdap::gse_arg::get_status | ( | ) | [inline] |
Definition at line 78 of file gse_parser.h.
References _status.
| void libdap::gse_arg::set_grid | ( | Grid * | g | ) | [inline] |
Definition at line 66 of file gse_parser.h.
References _grid.
| void libdap::gse_arg::set_gsec | ( | GSEClause * | gsec | ) | [inline] |
Definition at line 58 of file gse_parser.h.
References _gsec.
| void libdap::gse_arg::set_status | ( | int | stat | ) | [inline] |
Definition at line 74 of file gse_parser.h.
References _status.
Definition at line 48 of file gse_parser.h.
Referenced by get_grid(), and set_grid().
Definition at line 47 of file gse_parser.h.
Referenced by get_gsec(), and set_gsec().
Definition at line 49 of file gse_parser.h.
Referenced by get_status(), and set_status().