filebuf::filebuf | constructor member |
filebuf (); |
Construct a file stream buffer object
Construct an object.
Initializes the internal variables and calls its parent's default constructor streambuf::streambuf.
Parameters
noneBasic template member declaration
( basic_filebuf<charT,traits> )basic_filebuf ( ); |
See also
streambuf::streambuf | Construct object (constructor member) |
filebuf::open | Open file (public member function) |