6 #ifndef ZEROBUF_GENERIC_H
7 #define ZEROBUF_GENERIC_H
10 #include <zerobuf/Zerobuf.h>
11 #include <zerobuf/Schema.h>
12 #include <zerobuf/NonMovingAllocator.h>
25 template<
class Alloc = NonMovingAllocator >
31 ZEROBUF_API servus::uint128_t getZerobufType()
const final;
32 ZEROBUF_API
Schema getSchema()
const final;
Defines export visibility macros for library ZeroBuf.
A runtime and optimized representation of the schema file input, which describes the data layout of a...
A ZeroBuf object which can hold values that are described by the given schema.
Base class for all zerobufs.