Reference
C Library
IOstream Library
Strings library
STL Containers
STL Algorithms
Miscellaneous
IOstream Library
manipulators
classes:
filebuf
fstream
ifstream
ios
iostream
ios_base
istream
istringstream
ofstream
ostream
ostringstream
streambuf
stringbuf
stringstream
objects:
cerr
cin
clog
cout
types:
fpos
streamoff
streampos
streamsize
filebuf
filebuf::filebuf
filebuf::~filebuf
member functions:
filebuf::close
filebuf::is_open
filebuf::open
virtual members:
filebuf::imbue
filebuf::overflow
filebuf::pbackfail
filebuf::seekoff
filebuf::seekpos
filebuf::setbuf
filebuf::showmanyc
filebuf::sync
filebuf::uflow
filebuf::underflow
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
none
Basic template member declaration
( basic_filebuf<charT,traits> )
basic_filebuf ( );
See also
streambuf::streambuf
Construct object
(constructor member)
filebuf::open
Open file
(public member function)