|
libdap Updated for version 3.21.1
libdap4 is an implementation of OPeNDAP's DAP protocol.
|
#include <gse_parser.h>

Public Member Functions | |
| libdap::Grid * | get_grid () |
| GSEClause * | get_gsec () |
| int | get_status () |
| gse_arg () | |
| gse_arg (libdap::Grid *g) | |
| void | set_grid (libdap::Grid *g) |
| void | set_gsec (GSEClause *gsec) |
| void | set_status (int stat) |
| virtual | ~gse_arg () |
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 46 of file gse_parser.h.
|
inline |
Definition at line 51 of file gse_parser.h.
|
inline |
Definition at line 52 of file gse_parser.h.
|
inlinevirtual |
Definition at line 53 of file gse_parser.h.
|
inline |
Definition at line 58 of file gse_parser.h.
|
inline |
Definition at line 56 of file gse_parser.h.
|
inline |
Definition at line 60 of file gse_parser.h.
|
inline |
Definition at line 57 of file gse_parser.h.
|
inline |
Definition at line 55 of file gse_parser.h.
|
inline |
Definition at line 59 of file gse_parser.h.
| libdap::Grid* functions::gse_arg::_grid |
Definition at line 48 of file gse_parser.h.
| GSEClause* functions::gse_arg::_gsec |
Definition at line 47 of file gse_parser.h.
| int functions::gse_arg::_status |
Definition at line 49 of file gse_parser.h.