7#include "dna/WriterImpl.h"
17 void write()
override;
Definition: BinaryStreamWriterImpl.h:13
terse::BinaryOutputArchive< BoundedIOStream > archive
Definition: BinaryStreamWriterImpl.h:21
BoundedIOStream * stream
Definition: BinaryStreamWriterImpl.h:20
void write() override
Write data to stream from internal structures.
Definition: BinaryStreamWriterImpl.cpp:36
BinaryStreamWriterImpl(BoundedIOStream *stream_, MemoryResource *memRes_)
Definition: BinaryStreamWriterImpl.cpp:29
Definition: dna/WriterImpl.h:35
MemoryResource is an abstract class that allows the implementation of polymorphic allocators.
Definition: MemoryResource.h:17
Definition: binary/OutputArchive.h:266
Definition: BinaryStreamReader.h:10