34 #define S_XDRUtils_h 1 40 #define xdr_proc_t int * 44 extern "C" XDR *
new_xdrstdio(FILE *stream,
enum xdr_op xop);
45 extern "C" XDR *
set_xdrstdio(XDR *xdr, FILE *stream,
enum xdr_op xop);
49 XDR *
set_xdrstdio(XDR *xdr, FILE *stream,
enum xdr_op xop);
53 extern "C" bool_t
xdr_str(XDR *xdrs,
string &buf);
70 #endif // S_XDRUtils_h Type
Identifies the data type.
XDR * new_xdrstdio(FILE *stream, enum xdr_op xop)
void delete_xdrstdio(XDR *xdr)
bool_t xdr_str(XDR *xdrs, string &buf)
static xdrproc_t xdr_coder(const Type &t)
Returns a function used to encode elements of an array.
XDR * set_xdrstdio(XDR *xdr, FILE *stream, enum xdr_op xop)