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