37#include "xdr-datatypes.h"
40#define xdr_proc_t int *
44extern "C" XDR *
new_xdrstdio(FILE *stream,
enum xdr_op xop);
45extern "C" XDR *
set_xdrstdio(XDR *xdr, FILE *stream,
enum xdr_op xop);
49XDR *
set_xdrstdio(XDR *xdr, FILE *stream,
enum xdr_op xop);
53extern "C" bool_t
xdr_str(XDR *xdrs,
string &buf);
XDR * set_xdrstdio(XDR *xdr, FILE *stream, enum xdr_op xop)
XDR * new_xdrstdio(FILE *stream, enum xdr_op xop)
bool_t xdr_str(XDR *xdrs, string &buf)
void delete_xdrstdio(XDR *xdr)
static xdrproc_t xdr_coder(const Type &t)
Returns a function used to encode elements of an array.
top level DAP object to house generic methods
Type
Identifies the data type.