Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
xdr.h File Reference

C++ iostream like interface to read and write xdr streams. More...

#include <xstream/config.h>
#include <vector>
#include <string>
#include <utility>
#include <streambuf>
#include <iostream>
#include <istream>
#include <ostream>

Go to the source code of this file.

Classes

class  xstream::xdr::ostream
 Output xdr stream class. More...
 
class  xstream::xdr::istream
 Input xdr stream class. More...
 

Namespaces

 xstream
 Library top namespace.
 
 xstream::xdr
 xdr related objects
 

Detailed Description

C++ iostream like interface to read and write xdr streams.

  • endian safe
  • needs floats and doubles stores in IEEE format in hardware (most architecture work this way, SPARC is the only exception I know)

Definition in file xdr.h.