ARTS 2.5.11 (git: 725533f0)
bifstream.h File Reference

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

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

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, std::int64_t &n)
 
bifstreamoperator>> (bifstream &bif, int &n)
 

Detailed Description

This file contains the class declaration of bifstream.

Author
Oliver Lemke olemk.nosp@m.e@co.nosp@m.re-du.nosp@m.mp.i.nosp@m.nfo
Date
2003-01-23

Definition in file bifstream.h.

Function Documentation

◆ operator>>() [1/4]

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

Definition at line 58 of file bifstream.cc.

References binistream::readFloat().

◆ operator>>() [2/4]

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

Definition at line 63 of file bifstream.cc.

References binistream::readFloat().

◆ operator>>() [3/4]

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

Definition at line 73 of file bifstream.cc.

References binistream::readInt().

◆ operator>>() [4/4]

bifstream & operator>> ( bifstream bif,
std::int64_t &  n 
)

Definition at line 68 of file bifstream.cc.

References binistream::readInt().