stdiostream - Member Functions and Data by Group

Constructors & Destructor

Objects of the stdiostream class can be constructed and destructed.

~stdiostream
public:~stdiostream()

This is supported on AIX OS/400 z/OS

Destructs a stdiostream object.

stdiostream
public:stdiostream(FILE*)

This is supported on AIX OS/400 z/OS

Creates a stdiostream object that is attached to the FILE pointed to by the argument.

Miscellaneous

rdbuf
public:stdiobuf* rdbuf()

This is supported on AIX OS/400 z/OS

Returns a pointer to the stdiobuf object that is attached to the stdiostream object.