Include dependency graph for PackableStream.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | AppendingStreamBuf< Buffer > |
write-only std::streambuf that append()s all writes to a given Buffer More... | |
class | PackableStream |
Typedefs | |
using | PackableStreamBuf = AppendingStreamBuf< Packable > |
Typedef Documentation
◆ PackableStreamBuf
using PackableStreamBuf = AppendingStreamBuf<Packable> |
Provides a streambuf interface for writing to Packable objects. Typical use is via a PackableStream rather than direct manipulation
Definition at line 71 of file PackableStream.h.