#include <fstream>
#include <stdexcept>
#include "bifstream.h"
Go to the source code of this file.
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.cc.