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

Go to the source code of this file.
| Namespaces | |
| namespace | libdap | 
| top level DAP object to house generic methods | |
| 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 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.