iostream - Member Functions and Data by Group

Constructors & Destructor

Objects of the iostream class can be constructed and destructed.

~iostream
public:virtual ~iostream()

This is supported on AIX OS/400 z/OS

Destructs an iostream object.

iostream
Overload 1
public:iostream(streambuf*)

This is supported on AIX OS/400 z/OS

This constructor takes a single streambuf argument and creates an iostream object that is attached to the streambuf object. The constructor also initializes the format variables to their defaults.

Overload 2
protected:iostream()

This is supported on AIX OS/400 z/OS

Protected contructor.