52 xdrstdio_create(xdr, stream, xop);
58 xdrstdio_create(xdr, stream, xop);
88extern "C" bool_t
xdr_str(XDR *xdrs,
string &buf) {
89 DBG(cerr <<
"In xdr_str, xdrs: " << xdrs << endl);
93 const char *out_tmp = buf.c_str();
95 return xdr_string(xdrs, (
char **)&out_tmp,
max_str_len);
101 bool_t stat = xdr_string(xdrs, &in_tmp,
max_str_len);
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.
const unsigned int max_str_len