00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011 #ifndef HxIo_h
00012 #define HxIo_h
00013
00014
00015 #include <iostream>
00016 #include <strstream>
00017
00018
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
00039
00040
00041
00042
00043
00044
00045
00046
00047
00048
00049
00050
00051
00052
00053
00054
00055
00056
00057
00058
00059
00060
00061
00062
00063
00064
00065 #endif