An implementation of basic_streambuf from the standard C++ library.
More...
#include <BasicBufferedStream.h++>
|
int_type | overflow (int_type c) |
|
int_type | underflow () |
|
pos_type | seekpos (pos_type streampos, std::ios::openmode mode) |
|
pos_type | seekoff (off_type offset, std::ios::seekdir dir, std::ios::openmode mode) |
|
std::streamsize | showmanyc () |
|
template<typename C>
class ccxx::BasicBufferedStream< C >::StreamBuf
An implementation of basic_streambuf from the standard C++ library.
- Author
- Mark Lindner
◆ StreamBuf()
◆ ~StreamBuf()
◆ overflow()
int_type overflow |
( |
int_type |
c | ) |
|
|
protected |
◆ seekoff()
pos_type seekoff |
( |
off_type |
offset, |
|
|
std::ios::seekdir |
dir, |
|
|
std::ios::openmode |
mode |
|
) |
| |
|
protected |
◆ seekpos()
pos_type seekpos |
( |
pos_type |
streampos, |
|
|
std::ios::openmode |
mode |
|
) |
| |
|
protected |
◆ showmanyc()
std::streamsize showmanyc |
( |
| ) |
|
|
protected |
◆ sync()
◆ underflow()
The documentation for this class was generated from the following file: