#include <cstdio>#include "xdr-datatypes.h"#include "BaseType.h"


Go to the source code of this file.
Classes | |
| class | libdap::XDRUtils |
Namespaces | |
| namespace | libdap |
Defines | |
| #define | S_XDRUtils_h 1 |
| #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 S_XDRUtils_h 1 |
Definition at line 34 of file XDRUtils.h.
| #define xdr_proc_t int * |
Definition at line 40 of file XDRUtils.h.
| void delete_xdrstdio | ( | XDR * | xdr | ) |
| XDR* new_xdrstdio | ( | FILE * | stream, | |
| enum xdr_op | xop | |||
| ) |
Definition at line 48 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 58 of file XDRUtils.cc.
| bool_t xdr_str | ( | XDR * | xdrs, | |
| string & | buf | |||
| ) |
1.5.9