public member function

std::filebuf::filebuf

<fstream>
filebuf ();
Construct a file stream buffer object
Construct an object.

Initializes the internal variables and calls its parent's default constructor streambuf::streambuf.

Parameters

none

Basic template member declaration

( basic_filebuf<charT,traits> )
 
basic_filebuf ( );


See also