libdap++
Updated for version 3.14.0
|
Go to the source code of this file.
Classes | |
struct | libdap::parser_arg |
Pass parameters by reference to a parser. More... | |
Namespaces | |
libdap | |
Macros | |
#define | FALSE 0 |
#define | ID_MAX 256 |
#define | TRUE 1 |
#define | YY_NO_UNPUT 1 |
#define | YYDEBUG 1 |
Functions | |
parse_error | |
Generate error messages for the various parsers.
| |
void | libdap::parse_error (parser_arg *arg, const char *msg, const int line_num, const char *context) |
void | libdap::parse_error (const string &msg, const int line_num, const char *context) |
#define FALSE 0 |
Definition at line 51 of file parser.h.
Referenced by libdap::check_byte(), libdap::check_float32(), libdap::check_float64(), libdap::check_int16(), libdap::check_int32(), libdap::check_uint16(), libdap::check_uint32(), and libdap::parse_error().
#define ID_MAX 256 |
Definition at line 47 of file parser.h.
Referenced by libdap::save_str().
#define TRUE 1 |
Definition at line 50 of file parser.h.
Referenced by libdap::check_byte(), libdap::check_float32(), libdap::check_float64(), libdap::check_int16(), libdap::check_int32(), libdap::check_uint16(), libdap::check_uint32(), and libdap::check_url().