Search code examples
How do I create my own ostream/streambuf?...


c++ostreamstreambuf

Read More
asio::async_read_until: robust and graceful way of handling multiple lines...


c++boost-asiostreambuf

Read More
How to read from Boost ASIO streambuf?...


c++boostboost-asiostreambuf

Read More
Writing custom basic_streambuf...


c++streambuf

Read More
Writing char* into a basic_streambuf and assign it to a ifstream...


c++c++11visual-c++iostreambuf

Read More
How to create a C++ streambuf object from a C FILE*, sharing its buffer (and buffer state) with the ...


c++cbooststreambuf

Read More
Inheriting from std::basic_streambuf to write to a socket...


c++inheritancestreamiostreamstreambuf

Read More
Send the last line of cout to a window...


c++coutio-redirectionostreamstreambuf

Read More
int_type not naming type frustration...


c++stdtypedefvirtual-functionsstreambuf

Read More
rdbuf(...) returns a pointer -- who owns the buffer pointed to?...


c++stlstreambuf

Read More
Custom input stream. Stream buffer and underflow method...


c++iostreamstreambuf

Read More
C++ streams confusion: istreambuf_iterator vs istream_iterator?...


c++istreamstreambuf

Read More
Problems with writing a custom streambuf for gzipped streams...


c++gzipstreambuf

Read More
Block-level copying of data between streambuffers...


c++iostreamstreambuf

Read More
Customize streambuffer for C++ ostream...


c++iostreamstreambuf

Read More
istream::tellg() returns -1 when used with my custom streambuf class?...


c++istreamstreambuf

Read More
Deriving from streambuf without rewriting a corresponding stream...


c++streamfstreammmapstreambuf

Read More
C++ STL streambuf exception handling...


c++exceptionstliostreamstreambuf

Read More
Adapter for std streams...


c++stlstdiostreamstreambuf

Read More
Deriving from `boost::asio::streambuf`...


c++c++11boostboost-asiostreambuf

Read More
Custom streambuffer in std::ofstream...


c++iostreambuf

Read More
boost streambuf consume and commit, what is it...


streambuf

Read More
initializing a C++ std::istringstream from an in memory buffer?...


c++streambuf

Read More
C++ how to flush std:stringbuf?...


c++multithreadingstreambuf

Read More
std::stringstream buffer manipulation...


c++stringstreamstreambuf

Read More
preload cin with a string of commands...


c++cinstreambuf

Read More
Boost streambuf to const char* with buffer_cast vs std::string vs ostringstream...


c++xmlboosttinyxmlstreambuf

Read More
Advantage of asio::streambuf over raw array...


c++arraysboost-asiostreambuf

Read More
Why don't inherit from ifstream...


c++streamifstreamstreambuf

Read More
Is it possible to change ostringstream rdbuf?...


c++streambufostringstream

Read More
BackNext