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


Go to the source code of this file.
Classes | |
| class | bofstream | 
| Binary output file stream class.  More... | |
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.h.
 1.5.6