Parameters
noneReturn Value
A pointer to the filebuf object associated with the stream.Notice that for any successfully constructed ifstream object this pointer is never a null pointer, even if no files have been opened or if the stream is unbuffered.
Example
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
|
This is an elaborate way to read the contents of a file by using the associated filebuf object's members.
Basic template member declaration
( basic_ifstream<charT,traits,Allocator> ) |
See also
| ios::rdbuf | Get/set the associated stream buffer (public member function) |
| filebuf | File stream buffer (class) |
