6#include "dna/ReaderImpl.h"
Definition: JSONStreamReaderImpl.h:14
void unload(DataLayer layer) override
Unload all data of the specified layer and all layers dependent on it.
Definition: JSONStreamReaderImpl.cpp:49
static sc::StatusProvider status
Definition: JSONStreamReaderImpl.h:22
JSONStreamReaderImpl(BoundedIOStream *stream_, MemoryResource *memRes_)
Definition: JSONStreamReaderImpl.cpp:42
BoundedIOStream * stream
Definition: JSONStreamReaderImpl.h:24
void read() override
read data from stream into internal structures.
Definition: JSONStreamReaderImpl.cpp:65
terse::JSONInputArchive< BoundedIOStream > archive
Definition: JSONStreamReaderImpl.h:25
Definition: dna/ReaderImpl.h:23
MemoryResource is an abstract class that allows the implementation of polymorphic allocators.
Definition: MemoryResource.h:17
Definition: Provider.h:22
Definition: BinaryStreamReader.h:10
DataLayer
Definition: DataLayer.h:7