|
Squid Web Cache master
|
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 > |
| 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.