Objects of the strstreambase class can be constructed and destructed by objects derived from it. Do not use these functions directly.
protected:~strstreambase()
This is supported on

Destructs a strstreambase object.
protected:strstreambase(char*, long, char*)
This is supported on

Constructs a strstreambase object.
This function is available for 64-bit applications. The second argument is a long value.
protected:strstreambase(char*, int, char*)
This is supported on

Constructs a strstreambase object.
This function is available for 32-bit applications. The second argument is an int value.
protected:strstreambase()
This is supported on

Constructs a strstreambase object.
public:strstreambuf* rdbuf()
This is supported on

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