|
libdap++
Updated for version 3.13.1
|

Go to the source code of this file.
Namespaces | |
| libdap | |
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) |
| void delete_xdrstdio | ( | XDR * | xdr | ) |
Definition at line 71 of file XDRUtils.cc.
Referenced by libdap::XDRFileMarshaller::~XDRFileMarshaller(), and libdap::XDRFileUnMarshaller::~XDRFileUnMarshaller().
| XDR* new_xdrstdio | ( | FILE * | stream, |
| enum xdr_op | xop | ||
| ) |
Definition at line 50 of file XDRUtils.cc.
Referenced by libdap::XDRFileMarshaller::XDRFileMarshaller(), and libdap::XDRFileUnMarshaller::XDRFileUnMarshaller().
| XDR* set_xdrstdio | ( | XDR * | xdr, |
| FILE * | stream, | ||
| enum xdr_op | xop | ||
| ) |
Definition at line 60 of file XDRUtils.cc.
| bool_t xdr_str | ( | XDR * | xdrs, |
| string & | buf | ||
| ) |
Definition at line 94 of file XDRUtils.cc.
References DBG, and libdap::max_str_len.