#include <Viostream.h>
Public Member Functions | |
VXDRostream (const string &file_name) | |
virtual | ~VXDRostream () |
virtual Vostream & | operator<< (int i) |
virtual Vostream & | operator<< (size_t i) |
virtual Vostream & | operator<< (float f) |
virtual Vostream & | operator<< (double d) |
virtual Vostream & | operator<< (const string &str) |
Private Attributes | |
XDR | _xdr |
FILE * | _outfile |
QDOS::VXDRostream::VXDRostream | ( | const string & | file_name | ) | [inline] |
virtual QDOS::VXDRostream::~VXDRostream | ( | ) | [inline, virtual] |
virtual Vostream& QDOS::VXDRostream::operator<< | ( | const string & | str | ) | [inline, virtual] |
Implements QDOS::Vostream.
virtual Vostream& QDOS::VXDRostream::operator<< | ( | double | d | ) | [inline, virtual] |
Implements QDOS::Vostream.
virtual Vostream& QDOS::VXDRostream::operator<< | ( | float | f | ) | [inline, virtual] |
Implements QDOS::Vostream.
virtual Vostream& QDOS::VXDRostream::operator<< | ( | size_t | i | ) | [inline, virtual] |
Implements QDOS::Vostream.
virtual Vostream& QDOS::VXDRostream::operator<< | ( | int | i | ) | [inline, virtual] |
Implements QDOS::Vostream.
FILE* QDOS::VXDRostream::_outfile [private] |
XDR QDOS::VXDRostream::_xdr [private] |