strstreambase - Member Functions and Data by Group

Constructors & Destructor

Objects of the strstreambase class can be constructed and destructed by objects derived from it. Do not use these functions directly.

~strstreambase
protected:~strstreambase()

This is supported on AIX OS/400 z/OS

Destructs a strstreambase object.

strstreambase
Overload 1
protected:strstreambase(char*, long, char*)

This is supported on AIX z/OS

Constructs a strstreambase object.

This function is available for 64-bit applications. The second argument is a long value.

Overload 2
protected:strstreambase(char*, int, char*)

This is supported on AIX OS/400 z/OS

Constructs a strstreambase object.

AIX and z/OS Considerations

This function is available for 32-bit applications. The second argument is an int value.

Overload 3
protected:strstreambase()

This is supported on AIX OS/400 z/OS

Constructs a strstreambase object.

Misc

rdbuf
public:strstreambuf* rdbuf()

This is supported on AIX OS/400 z/OS

Returns a pointer to the stream buffer that the strstreambase object is attached to.