Tools.h++ Class Reference

Table Of Contents
Click on the banner to return to the Class Reference home page.
©Copyright 1996 Rogue Wave Software
RWXDRistream (Unix only)
RWvistream RWvios
RWXDRistream
RWios
Synopsis
Description
Persistence
Example
Public Constructor
Public Destructor
Public Member Functions
Synopsis
#include <rw/xdrstrea.h>
XDR xdr;
xdrstdio_create(&xdr, stdin, XDR_DECODE);
RWXDRistream rw_xdr(&xdr);
Description
Class RWXDRistream is a portable input stream based on XDR routines. Class RWXDRistream
encapsulates a portion of the XDR library routines that are used for external data representation.
XDR routines allow programmers to describe arbitrary data structures in a
machine-independent fashion. Data for remote procedure calls (RPC) are transmitted using
XDR routines.
Class RWXDRistream enables one to decode an XDR structure to a machine representation.
Class RWXDRistream provides the capability to decode all the standard data types and vectors
of those data types.