The following table lists the members of the basic_ifstream Class. For a list of members inherited by the basic_ifstream class, see basic_istream Members.
Reference
Constructors
| Initializes a new instance of a basic_ifstream object. | 
Member Functions
| Closes a file. | |
| Determines if a file is open. | |
| Opens a file. | |
| Returns the address of the stored stream buffer. | |
| Exchanges the content of this basic_ifstream for the content of the provided basic_ifstream. | 
Operators
| Assigns the content of this stream object. This is a move assignment involving an rvalue that does not leave a copy behind. | 
See Also
Reference
Thread Safety in the Standard C++ Library