|
libdap++
Updated for version 3.13.1
|
#include "config.h"#include <cerrno>#include <cassert>#include <cstring>#include <cmath>#include <cstdlib>#include <iostream>#include <sstream>#include "debug.h"#include "parser.h"#include "dods-limits.h"#include "util.h"
Go to the source code of this file.
Namespaces | |
| libdap | |
Functions | |
| int | libdap::check_byte (const char *val) |
| Is the value a valid byte? More... | |
| int | libdap::check_float32 (const char *val) |
| Is the value a valid float? More... | |
| int | libdap::check_float64 (const char *val) |
| int | libdap::check_int16 (const char *val) |
| Is the value a valid integer? More... | |
| int | libdap::check_int32 (const char *val) |
| int | libdap::check_uint16 (const char *val) |
| int | libdap::check_uint32 (const char *val) |
| int | libdap::check_url (const char *val) |
| Is the value a valid URL? More... | |
| bool | libdap::is_keyword (string id, const string &keyword) |
| void | libdap::parse_error (const char *msg, const int line_num, const char *context) |
| void | libdap::save_str (char *dst, const char *src, const int line_num) |
| Save a string to a temporary variable during the parse. More... | |
| void | libdap::save_str (string &dst, const char *src, const int) |
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) |