ostream_withassign - Member Functions and Data by Group

Constructors & Destructor

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

~ostream_withassign
public:virtual ~ostream_withassign()

This is supported on AIX OS/400 z/OS

Destructs an ostream_withassign object.

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

This is supported on AIX

Copy constructor.

ostream_withassign
public:ostream_withassign()

This is supported on AIX OS/400 z/OS

Constructs an ostream_withassign object. It does not do any initialization on the object.

Assignment Operator

Assignment operators for ostream_withassign.

operator =
Overload 1
public:ostream_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 the streambuf with the ostream_withassign object that is on the left side of the assignment operator.

Overload 2
public:ostream_withassign& operator =(ostream&)

This is supported on AIX OS/400 z/OS

This assignment operator takes a reference to an ostream object as its argument. It associates the streambuf attached to the output stream with the ostream_withassign object that is on the left side of the assignment operator.