2 // Original file : src/AliHLTStandardIncludes.h,v 1.5
4 #ifndef ALIHLTSTDINCLUDESH
5 #define ALIHLTSTDINCLUDESH
19 /* Use these only if absolutely necessary
20 eg. in inline functions defined in header files */
21 #define STDCOUT std::cout
22 #define STDCERR std::cerr
23 #define STDENDL std::endl
24 #define STDIF std::ifstream
25 #define STDOF std::ofstream
39 /* Use these only if absolutely necessary
40 eg. in inline functions defined in header files */
44 #define STDIF ifstream
45 #define STDOF ofstream