public:virtual ~iostream_withassign()
This is supported on

Destructs an iostream_withassign object.
public:iostream_withassign()
This is supported on

Creates an iostream_withassign object. It does not do any initialization of this object.
public:iostream_withassign& operator =(iostream_withassign& rhs)
This is supported on

Copy constructor.
public:iostream_withassign& operator =(streambuf*)
This is supported on

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.
public:iostream_withassign& operator =(ios&)
This is supported on

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.