ZeroBuf  0.1.0
ZeroBuf is a replacement for FlatBuffers
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Types.h
1 
2 /* Copyright (c) 2015, Human Brain Project
3  * Stefan.Eilemann@epfl.ch
4  */
5 
6 #ifndef ZEROBUF_TYPES_H
7 #define ZEROBUF_TYPES_H
8 
9 #include <servus/types.h>
10 
19 namespace zerobuf
20 {
21 class Allocator;
22 class Zerobuf;
23 class NonMovingAllocator;
24 struct Schema;
25 }
26 
27 #endif