iostream hierarchy
streambuf:: streambuf [constructor] [protected]
  cplusplus.com  
streambuf ( );

Construct an object.
  A strembuf object is constructed, initializing all its pointers to null and initializing the object's locale.

Parameters.

none
 

Return Value.
  none

Basic template member declaration ( basic_streambuf<charT,traits> ):
basic_streambuf ( );

See also.
  streambuf class


© The C++ Resources Network, 2001