Horus Doc || C++ Reference || Class Overview   Pixels   Images   Detector   Geometry   Registry || Doxygen's quick Index  

HxIo.h

00001 /*
00002  *  Copyright (c) 1999, University of Amsterdam, The Netherlands.
00003  *  All rights reserved.
00004  *
00005  *
00006  *  Author(s):
00007  *  Dennis Koelma (koelma@wins.uva.nl)
00008  *  Edo Poll (poll@wins.uva.nl)
00009  */
00010 
00011 #ifndef HxIo_h
00012 #define HxIo_h
00013 
00014 //
00015 #include <iostream>
00016 #include <strstream>
00017 //using std::ostream;
00018 //using std::endl;
00019 
00020 #define STD_ENDL std::endl
00021 #define STD_ENDS std::ends
00022 #define STD_CIN  std::cin
00023 #define STD_COUT std::cout
00024 #define STD_CERR std::cerr
00025 #define STD_SETW std::setw
00026 #define STD_ISTREAM std::istream
00027 #ifndef STD_OSTREAM
00028 #define STD_OSTREAM std::ostream
00029 #endif
00030 #define STD_IFSTREAM std::ifstream
00031 #define STD_OFSTREAM std::ofstream
00032 #define STD_OSTRSTREAM std::ostrstream
00033 #define STD_OSTRINGSTREAM std::ostringstream
00034 //
00035 
00037 /*
00038 #include <iostream.h>
00039 #include <iomanip.h>
00040 
00041 #define STD_ENDL endl
00042 #define STD_ENDS ends
00043 #define STD_CIN  cin
00044 #define STD_COUT cout
00045 #define STD_CERR cerr
00046 #define STD_SETW setw
00047 #define STD_ISTREAM istream
00048 #define STD_OSTREAM ostream
00049 #define STD_IFSTREAM ifstream
00050 #define STD_OFSTREAM ofstream
00051 #define STD_OSTRSTREAM ostrstream
00052 #define STD_OSTRINGSTREAM ostringstream
00053 
00054 #include "HxString.h"
00055 
00056 inline ostream&
00057 operator<<(ostream& os, HxString s)
00058 {
00059     return (os << s.c_str());
00060 }
00061 
00062 #define USING_OLD_IOSTREAM
00063 */
00064 
00065 #endif

Generated on Tue Feb 3 14:18:38 2004 for C++Reference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001