提升-IOstreams 问答列表

Boost::iostreams::filtering_istreams 等待 E.O.F

作者:srbcheema1 提问时间:3/19/2018

我将filtering_istream用作 std::cin 的包装器。 但它没有像我预期的那样工作。 它正在等待 E.O.F 请帮助我理解这种行为。 #include <iostream> #in...

C++ getline() 和 boost::iostreams::filtering_istream 工作起来很奇怪

作者:snake_style 提问时间:8/14/2019

请帮助我了解以下程序行为差异的原因。 该程序从一个源和一个滤波器创建一个测试文本文件和一连串升压滤波器 ()。然后它尝试读取一些行。filtering_istream #include <iost...

将 boost::filtering_streambuf 与 newline_filter 一起使用时为空文件

作者:Recker 提问时间:10/22/2019

我希望将一段数据写入通过使用 打开的文件。std::fopenboost::iostreams::filtering_streambufnewline_filter 这是一个小型的可重现测试用例,我...

如何从 std::shared_ptr&lt;boost::iostreams::stream&lt;:stream::null_sink&gt;&gt; 强制转换为 shared_ptr&lt;std::ofstream&gt;

作者:L Holness 提问时间:5/31/2023

我有一个成员是.shared_ptr<ofstream> 在特定情况下,我想抑制输出,并使流成为 .应该做我想做的事。boost::iostreams::stream<boost::iostream...

将 iostreams 提升input_seekable源

作者:Gustavo 提问时间:6/7/2023

我正在尝试使用升压 iostreams 实现input_seekable源。源使用来自 char 数组的固定数据。到目前为止,读取有效,但我的搜索功能有问题。 文档 https://www.boos...


共5条 当前第1页