Base::OutputStream Class Reference

The OutputStream class provides writing of binary data to an ostream. More...

#include <Stream.h>

Inheritance diagram for Base::OutputStream:
Base::Stream

List of all members.

Public Member Functions

OutputStreamoperator<< (double d)
OutputStreamoperator<< (float f)
OutputStreamoperator<< (uint64_t ul)
OutputStreamoperator<< (int64_t l)
OutputStreamoperator<< (uint32_t ui)
OutputStreamoperator<< (int32_t i)
OutputStreamoperator<< (uint16_t us)
OutputStreamoperator<< (int16_t s)
OutputStreamoperator<< (uint8_t uch)
OutputStreamoperator<< (int8_t ch)
OutputStreamoperator<< (bool b)
 OutputStream (std::ostream &rout)
 ~OutputStream ()

Detailed Description

The OutputStream class provides writing of binary data to an ostream.

Author:
Werner Mayer

Definition at line 60 of file Stream.h.


Constructor & Destructor Documentation

OutputStream::OutputStream ( std::ostream &  rout  ) 

Definition at line 64 of file Stream.cpp.

OutputStream::~OutputStream (  ) 

Definition at line 68 of file Stream.cpp.


Member Function Documentation

OutputStream & OutputStream::operator<< ( double  d  ) 

Definition at line 139 of file Stream.cpp.

References Base::Stream::_swap.

OutputStream & OutputStream::operator<< ( float  f  ) 

Definition at line 132 of file Stream.cpp.

References Base::Stream::_swap.

OutputStream & OutputStream::operator<< ( uint64_t  ul  ) 

Definition at line 125 of file Stream.cpp.

References Base::Stream::_swap.

OutputStream & OutputStream::operator<< ( int64_t  l  ) 

Definition at line 118 of file Stream.cpp.

References Base::Stream::_swap.

OutputStream & OutputStream::operator<< ( uint32_t  ui  ) 

Definition at line 111 of file Stream.cpp.

References Base::Stream::_swap.

OutputStream & OutputStream::operator<< ( int32_t  i  ) 

Definition at line 104 of file Stream.cpp.

References Base::Stream::_swap.

OutputStream & OutputStream::operator<< ( uint16_t  us  ) 

Definition at line 97 of file Stream.cpp.

References Base::Stream::_swap.

OutputStream & OutputStream::operator<< ( int16_t  s  ) 

Definition at line 90 of file Stream.cpp.

References Base::Stream::_swap.

OutputStream & OutputStream::operator<< ( uint8_t  uch  ) 

Definition at line 84 of file Stream.cpp.

OutputStream & OutputStream::operator<< ( int8_t  ch  ) 

Definition at line 78 of file Stream.cpp.

OutputStream & OutputStream::operator<< ( bool  b  ) 

Definition at line 72 of file Stream.cpp.


The documentation for this class was generated from the following files:

Generated on Wed Nov 23 19:01:47 2011 for FreeCAD by  doxygen 1.6.1