std::basic_ifstream
来自 cppreference.com
定义在头文件 <fstream> 中 |
||
template< class CharT, |
||
类模板 basic_ifstream
在基于文件的流上实现高级输入操作。它将基于文件的流缓冲区 (std::basic_filebuf) 与 (std::basic_istream) 的高级接口连接起来。
std::basic_ifstream
的典型实现只包含一个非派生数据成员:一个 std::basic_filebuf<CharT, Traits> 实例。
继承图
提供了几种用于常见字符类型的 typedef
定义在头文件
<fstream> 中 | |
类型 | 定义 |
std::ifstream
|
std::basic_ifstream<char> |
std::wifstream
|
std::basic_ifstream<wchar_t> |
内容 |
[编辑] 成员类型
成员类型 | 定义 |
char_type
|
CharT |
traits_type
|
Traits ; 如果 Traits::char_type 不是 CharT ,程序将格式错误。 |
int_type
|
Traits::int_type |
pos_type
|
Traits::pos_type |
off_type
|
Traits::off_type |
native_handle_type (C++26) |
实现定义的类型,该类型是 TriviallyCopyable 并且 semiregular |
[编辑] 成员函数
构造文件流 (公共成员函数) | |
(析构函数) [virtual] (隐式声明) |
析构 basic_ifstream 及其关联缓冲区,关闭文件(虚拟公共成员函数) |
(C++11) |
移动文件流 (公共成员函数) |
(C++11) |
交换两个文件流 (公共成员函数) |
返回底层的原始文件设备对象 (公共成员函数) | |
(C++26) |
返回底层的实现定义的句柄 (公共成员函数) |
文件操作 | |
检查流是否与文件相关联 (公共成员函数) | |
打开文件并将其与流关联 (公共成员函数) | |
关闭关联文件 (公共成员函数) |
[编辑] 非成员函数
专门化 std::swap 算法 (函数模板) |
从 std::basic_istream 继承而来
成员函数
格式化输入 | |
提取格式化数据 ( std::basic_istream<CharT,Traits> 的公共成员函数) | |
非格式化输入 | |
提取字符 ( std::basic_istream<CharT,Traits> 的公共成员函数) | |
读取下一个字符,但不提取它 ( std::basic_istream<CharT,Traits> 的公共成员函数) | |
将一个字符放回输入流 ( std::basic_istream<CharT,Traits> 的公共成员函数) | |
将一个字符放回输入流 ( std::basic_istream<CharT,Traits> 的公共成员函数) | |
提取字符直到找到给定字符 ( std::basic_istream<CharT,Traits> 的公共成员函数) | |
提取并丢弃字符,直到找到给定字符 ( std::basic_istream<CharT,Traits> 的公共成员函数) | |
提取字符块 ( std::basic_istream<CharT,Traits> 的公共成员函数) | |
提取已有的字符块 ( std::basic_istream<CharT,Traits> 的公共成员函数) | |
返回上次非格式化输入操作提取的字符数量 ( std::basic_istream<CharT,Traits> 的公共成员函数) | |
定位 | |
返回输入位置指示器 ( std::basic_istream<CharT,Traits> 的公共成员函数) | |
设置输入位置指示器 ( std::basic_istream<CharT,Traits> 的公共成员函数) | |
其他 | |
与底层存储设备同步 ( std::basic_istream<CharT,Traits> 的公共成员函数) |
成员类
实现用于准备输入操作的流的基本逻辑 ( std::basic_istream<CharT,Traits> 的公共成员类) |
继承自 std::basic_ios
成员类型
成员类型 | 定义 |
char_type
|
CharT
|
traits_type
|
Traits
|
int_type
|
Traits::int_type
|
pos_type
|
Traits::pos_type
|
off_type
|
Traits::off_type
|
成员函数
状态函数 | |
检查是否未发生错误,即 I/O 操作可用 ( std::basic_ios<CharT,Traits> 的公共成员函数) | |
检查是否已到达文件末尾 ( std::basic_ios<CharT,Traits> 的公共成员函数) | |
检查是否已发生错误 ( std::basic_ios<CharT,Traits> 的公共成员函数) | |
检查是否已发生不可恢复的错误 ( std::basic_ios<CharT,Traits> 的公共成员函数) | |
检查是否已发生错误(fail() 的同义词) ( std::basic_ios<CharT,Traits> 的公共成员函数) | |
检查是否未发生错误(! fail() 的同义词)( std::basic_ios<CharT,Traits> 的公共成员函数) | |
返回状态标志 ( std::basic_ios<CharT,Traits> 的公共成员函数) | |
设置状态标志 ( std::basic_ios<CharT,Traits> 的公共成员函数) | |
修改状态标志 ( std::basic_ios<CharT,Traits> 的公共成员函数) | |
格式化 | |
复制格式化信息 ( std::basic_ios<CharT,Traits> 的公共成员函数) | |
管理填充字符 ( std::basic_ios<CharT,Traits> 的公共成员函数) | |
其他 | |
管理异常掩码 ( std::basic_ios<CharT,Traits> 的公共成员函数) | |
设置区域设置 ( std::basic_ios<CharT,Traits> 的公共成员函数) | |
管理关联的流缓冲区 ( std::basic_ios<CharT,Traits> 的公共成员函数) | |
管理绑定的流 ( std::basic_ios<CharT,Traits> 的公共成员函数) | |
缩小字符 ( std::basic_ios<CharT,Traits> 的公共成员函数) | |
扩展字符 ( std::basic_ios<CharT,Traits> 的公共成员函数) |
继承自 std::ios_base
成员函数
格式化 | |
管理格式标志 ( std::ios_base 的公共成员函数) | |
设置特定的格式标志 ( std::ios_base 的公共成员函数) | |
清除特定的格式标志 ( std::ios_base 的公共成员函数) | |
管理浮点运算的小数精度 ( std::ios_base 的公共成员函数) | |
管理字段宽度 ( std::ios_base 的公共成员函数) | |
区域设置 | |
设置区域设置 ( std::ios_base 的公共成员函数) | |
返回当前区域设置 ( std::ios_base 的公共成员函数) | |
内部可扩展数组 | |
[静态] |
返回一个程序范围的唯一整数,可以安全地用作 pword() 和 iword() 的索引 ( std::ios_base 的公共静态成员函数) |
如果需要,调整私有存储的大小,并访问给定索引处的 long 元素 ( std::ios_base 的公共成员函数) | |
如果需要,调整私有存储的大小,并访问给定索引处的 void* 元素 ( std::ios_base 的公共成员函数) | |
其他 | |
注册事件回调函数 ( std::ios_base 的公共成员函数) | |
[静态] |
设置 C++ 和 C I/O 库是否可互操作 ( std::ios_base 的公共静态成员函数) |
成员类 | |
流异常 ( std::ios_base 的公共成员类) | |
初始化标准流对象 ( std::ios_base 的公共成员类) |
成员类型和常量 | |||||||||||||||||||||||||||||||||||||||
类型 | 说明 | ||||||||||||||||||||||||||||||||||||||
流打开模式类型 还定义了以下常量
(typedef) | |||||||||||||||||||||||||||||||||||||||
格式化标志类型 还定义了以下常量
(typedef) | |||||||||||||||||||||||||||||||||||||||
流状态类型 还定义了以下常量
(typedef) | |||||||||||||||||||||||||||||||||||||||
寻址方向类型 还定义了以下常量
(typedef) | |||||||||||||||||||||||||||||||||||||||
指定事件类型 (枚举) | |||||||||||||||||||||||||||||||||||||||
回调函数类型 (typedef) |
[编辑] 备注
功能测试 宏 | 值 | Std | 特性 |
---|---|---|---|
__cpp_lib_fstream_native_handle |
202306L | (C++26) | 原生句柄支持 |
[编辑] 示例
运行此代码
#include <fstream> #include <iostream> #include <string> int main() { std::string filename = "Test.b"; // prepare a file to read double d = 3.14; std::ofstream(filename, std::ios::binary) .write(reinterpret_cast<char*>(&d), sizeof d) << 123 << "abc"; // open file for reading std::ifstream istrm(filename, std::ios::binary); if (!istrm.is_open()) std::cout << "failed to open " << filename << '\n'; else { double d; istrm.read(reinterpret_cast<char*>(&d), sizeof d); // binary input int n; std::string s; if (istrm >> n >> s) // text input std::cout << "read back from file: " << d << ' ' << n << ' ' << s << '\n'; } }
输出
read back from file: 3.14 123 abc