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

Construct an object.
  Initializes its inherited members by calling its parent's constructor streambuf() and sets internal file pointer to NULL.

Parameters.

none
 

Return Value.
  none

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

See also.
  streambuf constructor
  filebuf class


© The C++ Resources Network, 2001