PackableStream.h
Go to the documentation of this file.
write-only std::streambuf that append()s all writes to a given Buffer
Definition: PackableStream.h:20
~AppendingStreamBuf() override=default
void postSync()
for specializations that must customize the last sync() step
Definition: PackableStream.h:60
std::streamsize xsputn(const char *chars, std::streamsize number) override
Definition: PackableStream.h:50
int_type overflow(int_type aChar=traits_type::eof()) override
Definition: PackableStream.h:28
void lowAppend(const char *s, const std::streamsize n)
Definition: PackableStream.h:62
void postInit()
for specializations that must customize the last construction step
Definition: PackableStream.h:57
Definition: PackableStream.h:76
Definition: Packable.h:53
STL namespace.