#include <gse_parser.h>

Public Member Functions | |
| Grid * | get_grid () |
| GSEClause * | get_gsec () |
| int | get_status () |
| gse_arg (Grid *g) | |
| gse_arg () | |
| 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 |
Definition at line 42 of file gse_parser.h.
| gse_arg::gse_arg | ( | ) | [inline] |
Definition at line 48 of file gse_parser.h.
| gse_arg::gse_arg | ( | Grid * | g | ) | [inline] |
Definition at line 50 of file gse_parser.h.
| virtual gse_arg::~gse_arg | ( | ) | [inline, virtual] |
Definition at line 52 of file gse_parser.h.
| Grid* gse_arg::get_grid | ( | ) | [inline] |
| GSEClause* gse_arg::get_gsec | ( | ) | [inline] |
Definition at line 59 of file gse_parser.h.
References _gsec.
Referenced by libdap::function_geogrid(), and libdap::function_grid().
| int gse_arg::get_status | ( | ) | [inline] |
| void gse_arg::set_grid | ( | Grid * | g | ) | [inline] |
| void gse_arg::set_gsec | ( | GSEClause * | gsec | ) | [inline] |
| void gse_arg::set_status | ( | int | stat | ) | [inline] |
| int gse_arg::_status |
1.5.4