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

Go to the source code of this file.
Functions | |
| bofstream & | operator<< (bofstream &bof, double n) |
| bofstream & | operator<< (bofstream &bof, float n) |
| bofstream & | operator<< (bofstream &bof, long n) |
| bofstream & | operator<< (bofstream &bof, int n) |
Definition in file bofstream.cc.
1.5.6