[next] [prev] [prev-tail] [tail] [up]
The ifstream class corresponds to an input file. It inherits only from istream. Like fstream, the methods open, close, is_open are added (to the base class) to support file operations.
[next] [prev] [prev-tail] [front] [up]