iostream hierarchy filebuf:: filebuf [constructor] |
cplusplus.com |
Construct an object.
Initializes its inherited members by calling its parent's constructor
streambuf()
and sets internal file pointer to NULL.
Parameters.
Return Value.
none
Basic template member declaration ( basic_filebuf<charT,traits> ):
basic_filebuf ( ); |
See also.
streambuf constructor
filebuf class