#include <fstream>
#include "binio.h"
Go to the source code of this file.
Classes | |
class | bifstream |
Binary output file stream class. More... | |
Functions | |
bifstream & | operator>> (bifstream &bif, double &n) |
bifstream & | operator>> (bifstream &bif, float &n) |
bifstream & | operator>> (bifstream &bif, long &n) |
bifstream & | operator>> (bifstream &bif, int &n) |
Definition in file bifstream.h.