The Microsoft Input/Output Stream Classes (iostream.hlp) (Table of Contents; Topic list)
class Iostream_init
                                              Up Contents Index Back
──The Microsoft iostream Classes────────────────────────────────────────────
 
  Description
 
  The Iostream_init class is a static class that initializes the
  predefined stream objects cin, cout, cerr, and clog. A single object of
  this class is constructed "invisibly" in response to the reference of
  any of the predefined objects. The class is documented for completeness
  only. You will not normally construct objects of this class
 
  #include <iostream.h>
 
  Public Members
 
  Iostream_init   A constructor that initializes cin, cout, cerr, and
                    clog.
 
  ~Iostream_init   The destructor for the Iostream_init class.
 
 
                                     -♦-