Iostream_init

#include <iostream.h>

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 any reference to the predefined objects. The class is documented for completeness only. You will not normally construct objects of this class.

Public Members

Iostream_init

A constructor that initializes cin, cout, cerr, and clog.

~Iostream_init

The destructor for the Iostream_init class.

Predefined Stream Initializer Class