Compartir a través de


basic_ifstream Members

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

basic_ifstream

Initializes a new instance of a basic_ifstream object.

Member Functions

close

Closes a file.

is_open

Determines if a file is open.

open

Opens a file.

rdbuf

Returns the address of the stored stream buffer.

See Also

Concepts

basic_ifstream Class

basic_istream Class

basic_istream Members

Thread Safety in the Standard C++ Library

iostream Programming

iostreams Conventions