bofstream.cc File Reference

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

#include <fstream>
#include <stdexcept>
#include "bofstream.h"

Include dependency graph for bofstream.cc:

Go to the source code of this file.

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 implementation of bofstream.

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

Definition in file bofstream.cc.


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