/home/ntakagi/work/STLport-5.1.5/stlport/using/h/iostream.hGo 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 Mon Mar 10 15:32:18 2008 by ![]() |