bifstream.h File Reference

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

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

Include dependency graph for bifstream.h:

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

Go to the source code of this file.

Classes

class  bifstream
 Binary output file stream class. More...

Functions

bifstreamoperator>> (bifstream &bif, double &n)
bifstreamoperator>> (bifstream &bif, float &n)
bifstreamoperator>> (bifstream &bif, long &n)
bifstreamoperator>> (bifstream &bif, int &n)


Detailed Description

This file contains the class declaration of bifstream.

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

Definition in file bifstream.h.


Function Documentation

bifstream& operator>> ( bifstream bif,
int &  n 
)

Definition at line 78 of file bifstream.cc.

References binistream::readInt().

bifstream& operator>> ( bifstream bif,
long &  n 
)

Definition at line 75 of file bifstream.cc.

References binistream::readInt().

bifstream& operator>> ( bifstream bif,
float &  n 
)

Definition at line 72 of file bifstream.cc.

References binio::Double, and binistream::readFloat().

bifstream& operator>> ( bifstream bif,
double &  n 
)

Definition at line 69 of file bifstream.cc.

References binio::Double, and binistream::readFloat().


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