istream_withassign - Member Functions and Data by Group

Constructors & Destructor

Objects of the istream_withassign class can be constructed and destructed. They can also be copied.

~istream_withassign
public:virtual ~istream_withassign()

This is supported on AIX OS/400 z/OS

Destructs an ostream_withassign object.

istream_withassign
public:istream_withassign()

This is supported on AIX OS/400 z/OS

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

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

This is supported on AIX

The copy constructor.

Assignment Operator

Assignment operators for istream_withassign.

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

This is supported on AIX OS/400 z/OS

This assignment operator takes a pointer to a streambuf object as its argument. It associates this streambuf object with the istream_withassign object that is on the left side of the assignment operator.

Overload 2
public:istream_withassign& operator =(istream&)

This is supported on AIX OS/400 z/OS

This assignment operator takes an istream objects as its argument. It associates the stream buffer attached to the input stream with the istream_withassign object that is on the left side of the assignment operator.