libdap Updated for version 3.20.11
libdap4 is an implementation of OPeNDAP's DAP protocol.
|
Like 'test and set,' check a type and set a value in one go. More...
Functions | |
int | libdap::check_float64 (const char *val, double &v) |
int | libdap::check_int32 (const char *val, int &v) |
int | libdap::check_uint32 (const char *val, unsigned int &v) |
Like 'test and set,' check a type and set a value in one go.
int libdap::check_float64 | ( | const char * | val, |
double & | v | ||
) |
Definition at line 511 of file parser-util.cc.
int libdap::check_int32 | ( | const char * | val, |
int & | v | ||
) |
Definition at line 314 of file parser-util.cc.
int libdap::check_uint32 | ( | const char * | val, |
unsigned int & | v | ||
) |
Definition at line 342 of file parser-util.cc.