bifstream.cc File Reference

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

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

Include dependency graph for bifstream.cc:

Go to the source code of this file.

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

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

Definition in file bifstream.cc.


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