Class BufferStreamWriter¶
Defined in File buffer_stream.h
Inheritance Relationships¶
Base Types¶
private std::streambufpublic std::ostream
Class Documentation¶
-
class BufferStreamWriter : private std::streambuf, public std::ostream¶
-
Public Static Attributes
-
static constexpr size_t INITIAL_CAPACITY = 1024¶
Protected Functions
-
std::streambuf::int_type overflow(std::streambuf::int_type ch) override¶
-
std::streamsize xsputn(const char *s, std::streamsize n) override¶
-
std::streampos seekoff(std::streamoff off, seekdir dir, openmode which) override¶
-
std::streampos seekpos(std::streampos pos, openmode which) override¶
-
static constexpr size_t INITIAL_CAPACITY = 1024¶