Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygeniostream.h
Go to the documentation of this file.
00001 using _STLP_OLD_IO_NAMESPACE::istream; 00002 using _STLP_OLD_IO_NAMESPACE::ostream; 00003 00004 /* HP aCC include files re-define these when THREAD_SAFE */ 00005 #if !defined(cin) 00006 using _STLP_OLD_IO_NAMESPACE::cin; 00007 #endif 00008 #if !defined(cout) 00009 using _STLP_OLD_IO_NAMESPACE::cout; 00010 #endif 00011 #if !defined(cerr) 00012 using _STLP_OLD_IO_NAMESPACE::cerr; 00013 #endif 00014 #if !defined(clog) 00015 using _STLP_OLD_IO_NAMESPACE::clog; 00016 #endif 00017 00018 using _STLP_OLD_IO_NAMESPACE::endl; 00019 using _STLP_OLD_IO_NAMESPACE::ends; 00020 00021 using _STLP_OLD_IO_NAMESPACE::ios; 00022 using _STLP_OLD_IO_NAMESPACE::flush; 00023 00024 // using _STLP_OLD_IO_NAMESPACE::ws; Generated on Sun May 27 2012 04:28:46 for ReactOS by
1.7.6.1
|