Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

fstream.H

Go to the documentation of this file.
00001 #ifndef JOT_STD_FSTREAM_H
00002 #define JOT_STD_FSTREAM_H
00003 
00004 #include "platform.H"
00005 
00006 #ifdef JOT_NEW_STYLE_IOSTREAM
00007 #include <fstream>
00008 using namespace std;
00009 #elif defined JOT_BACKWARD_IOSTREAM
00010 #include <backward/fstream.h>
00011 #else
00012 #include <fstream.h>
00013 #endif
00014 #endif

Generated on Mon Sep 18 11:39:29 2006 for jot by  doxygen 1.4.4