bofstream.h File Reference

This file contains the class declaration of bofstream. More...

#include <fstream>
#include "binio.h"

Include dependency graph for bofstream.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  bofstream
 Binary output file stream class. More...

Functions

bofstreamoperator<< (bofstream &bof, double n)
bofstreamoperator<< (bofstream &bof, float n)
bofstreamoperator<< (bofstream &bof, long n)
bofstreamoperator<< (bofstream &bof, int n)


Detailed Description

This file contains the class declaration of bofstream.

Author:
Oliver Lemke <olemke@core-dump.info>
Date:
2003-01-21

Definition in file bofstream.h.


Function Documentation

bofstream& operator<< ( bofstream bof,
int  n 
)

Definition at line 79 of file bofstream.cc.

References binostream::writeInt().

bofstream& operator<< ( bofstream bof,
long  n 
)

Definition at line 76 of file bofstream.cc.

References binostream::writeInt().

bofstream& operator<< ( bofstream bof,
float  n 
)

Definition at line 73 of file bofstream.cc.

References binio::Double, and binostream::writeFloat().

bofstream& operator<< ( bofstream bof,
double  n 
)

Definition at line 70 of file bofstream.cc.

References binio::Double, and binostream::writeFloat().


Generated on Mon Mar 23 14:06:32 2009 for ARTS by  doxygen 1.5.6