ReactOS 0.4.15-dev-7934-g1dc8d80
iostream.h
Go to the documentation of this file.
1using _STLP_OLD_IO_NAMESPACE::istream;
2using _STLP_OLD_IO_NAMESPACE::ostream;
3
4/* HP aCC include files re-define these when THREAD_SAFE */
5#if !defined(cin)
6using _STLP_OLD_IO_NAMESPACE::cin;
7#endif
8#if !defined(cout)
9using _STLP_OLD_IO_NAMESPACE::cout;
10#endif
11#if !defined(cerr)
12using _STLP_OLD_IO_NAMESPACE::cerr;
13#endif
14#if !defined(clog)
15using _STLP_OLD_IO_NAMESPACE::clog;
16#endif
17
18using _STLP_OLD_IO_NAMESPACE::endl;
19using _STLP_OLD_IO_NAMESPACE::ends;
20
21using _STLP_OLD_IO_NAMESPACE::ios;
22using _STLP_OLD_IO_NAMESPACE::flush;
23
24// using _STLP_OLD_IO_NAMESPACE::ws;