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

Go to the source code of this file.
Namespaces | |
| namespace | libdap |
| top level DAP object to house generic methods | |
Functions | |||||
| string | libdap::date_time_str (time_t *calendar, bool local) | ||||
Double to string conversion functions | |||||
Conversions from double to a character representation which gets appended to a string. This function depends on the standard routine sprintf to convert a double to a textual representation which gets appended to the string 'str'.
| |||||
| time_t | libdap::parse_time (const char *str, bool expand) | ||||