Main Page   Class Hierarchy   Compound List   File List   Compound Members  

meta-iostreams.h

00001 #ifndef META_IOSTREAMS_H
00002 #define META_IOSTREAMS_H
00003 
00004 // Includes the different iostream libraries
00005 
00006 #include "zipios++/zipios-config.h"
00007 
00008 #if defined (HAVE_STD_IOSTREAM) && defined (USE_STD_IOSTREAM)
00009 #include <iostream>
00010 #include <fstream>
00011 #include <sstream>
00012 #include <strstream>
00013 
00014 // #if IOSTREAMS_IN_NAMESPACE_STD
00015 using std::cerr ;
00016 using std::cout ;
00017 using std::endl ;
00018 using std::ends ;
00019 using std::ifstream ;
00020 using std::ios ;
00021 using std::istream ;
00022 using std::ofstream ;
00023 using std::ostream ;
00024 using std::ostringstream ;
00025 using std::ostrstream ;
00026 using std::streambuf ;
00027 using std::streampos ;
00028 // #endif
00029 
00030 #else
00031 #include <iostream.h>
00032 #include <fstream.h>
00033 #include <strstream>
00034 #endif
00035 
00036 #endif

Generated at Tue Aug 14 20:39:26 2001 for Zipios++ by doxygen1.2.0 written by Dimitri van Heesch, © 1997-2000