|
libdap Updated for version 3.21.1
libdap4 is an implementation of OPeNDAP's DAP protocol.
|


Go to the source code of this file.
Classes | |
| class | libdap::XDRUtils |
Namespaces | |
| namespace | libdap |
| top level DAP object to house generic methods | |
Macros | |
| #define | xdr_proc_t int * |
Functions | |
| void | delete_xdrstdio (XDR *xdr) |
| XDR * | new_xdrstdio (FILE *stream, enum xdr_op xop) |
| XDR * | set_xdrstdio (XDR *xdr, FILE *stream, enum xdr_op xop) |
| bool_t | xdr_str (XDR *xdrs, string &buf) |
| #define xdr_proc_t int * |
Definition at line 40 of file XDRUtils.h.
| void delete_xdrstdio | ( | XDR * | xdr | ) |
Definition at line 66 of file XDRUtils.cc.
| XDR * new_xdrstdio | ( | FILE * | stream, |
| enum xdr_op | xop ) |
Definition at line 49 of file XDRUtils.cc.
| XDR * set_xdrstdio | ( | XDR * | xdr, |
| FILE * | stream, | ||
| enum xdr_op | xop ) |
Definition at line 57 of file XDRUtils.cc.
| bool_t xdr_str | ( | XDR * | xdrs, |
| string & | buf ) |
Definition at line 88 of file XDRUtils.cc.