iostream_withassign - Member Functions and Data by Group

Constructors & Destructor

~iostream_withassign
public:virtual ~iostream_withassign()

This is supported on AIX OS/400 z/OS

Destructs an iostream_withassign object.

iostream_withassign
public:iostream_withassign()

This is supported on AIX OS/400 z/OS

Creates an iostream_withassign object. It does not do any initialization of this object.

operator =
public:iostream_withassign& operator =(iostream_withassign& rhs)

This is supported on AIX z/OS

Copy constructor.

Assignment Operators

operator =
Overload 1
public:iostream_withassign& operator =(streambuf*)

This is supported on AIX OS/400 z/OS

This assignment operator takes a pointer to a streambuf object and associates this streambuf object with the iostream_withassign object that is on the left side of the assignment operator.

Overload 2
public:iostream_withassign& operator =(ios&)

This is supported on AIX OS/400 z/OS

This assignment operator takes a reference to an ios object and associates the stream buffer attached to this ios object with the iostream_withassign object that is on the left side of the assignment operator.