libdap Updated for version 3.21.1
libdap4 is an implementation of OPeNDAP's DAP protocol.
XDRUtils.cc File Reference
#include "config.h"
#include "Str.h"
#include "XDRUtils.h"
#include "debug.h"
Include dependency graph for XDRUtils.cc:

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)
 

Function Documentation

◆ delete_xdrstdio()

void delete_xdrstdio ( XDR * xdr)

Definition at line 66 of file XDRUtils.cc.

◆ new_xdrstdio()

XDR * new_xdrstdio ( FILE * stream,
enum xdr_op xop )

Definition at line 49 of file XDRUtils.cc.

◆ set_xdrstdio()

XDR * set_xdrstdio ( XDR * xdr,
FILE * stream,
enum xdr_op xop )

Definition at line 57 of file XDRUtils.cc.

◆ xdr_str()

bool_t xdr_str ( XDR * xdrs,
string & buf )

Definition at line 88 of file XDRUtils.cc.