#include "XDRUtils.h"
#include "debug.h"
#include "Str.h"
Include dependency graph for XDRUtils.cc:
Go to the source code of this file.
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 37 of file XDRUtils.cc.
Referenced by XDRFileMarshaller::~XDRFileMarshaller(), XDRFileUnMarshaller::~XDRFileUnMarshaller(), and XDRStreamMarshaller::~XDRStreamMarshaller().
XDR* new_xdrstdio | ( | FILE * | stream, | |
enum xdr_op | xop | |||
) |
Definition at line 16 of file XDRUtils.cc.
Referenced by XDRFileMarshaller::XDRFileMarshaller(), and XDRFileUnMarshaller::XDRFileUnMarshaller().
XDR* set_xdrstdio | ( | XDR * | xdr, | |
FILE * | stream, | |||
enum xdr_op | xop | |||
) |
Definition at line 26 of file XDRUtils.cc.
bool_t xdr_str | ( | XDR * | xdrs, | |
string & | buf | |||
) |