streambuf that counts bytes
More...
#include <stream.h>
Inherits std::streambuf.
|
| std::streamsize | xsputn (const char_type *s, std::streamsize n) override |
| |
streambuf that counts bytes
Definition at line 15 of file stream.h.
◆ size()
| size_t ttg::detail::counting_streambuf::size |
( |
| ) |
const |
|
inline |
- Returns
- the size of data put into
*this
Definition at line 20 of file stream.h.
◆ xsputn()
| std::streamsize ttg::detail::counting_streambuf::xsputn |
( |
const char_type * |
s, |
|
|
std::streamsize |
n |
|
) |
| |
|
inlineoverrideprotected |
The documentation for this class was generated from the following file: