forked from heremaps/flatdata
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathflatdata.h
More file actions
27 lines (24 loc) · 692 Bytes
/
flatdata.h
File metadata and controls
27 lines (24 loc) · 692 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/**
* Copyright (c) 2017 HERE Europe B.V.
* See the LICENSE file in the root of this project for license details.
*/
#pragma once
/**
* This is the main header file to include C++ Flatdata Library.
* Please refer to README.md in the root of the library for more information on the usage.
*/
#include "Archive.h"
#include "ArchiveBuilder.h"
#include "ArrayView.h"
#include "Copy.h"
#include "ExternalVector.h"
#include "FileResourceStorage.h"
#include "Hash.h"
#include "MemoryDescriptor.h"
#include "MemoryResourceStorage.h"
#include "MultiArrayView.h"
#include "MultiVector.h"
#include "ResourceStorage.h"
#include "Struct.h"
#include "TarFileResourceStorage.h"
#include "Vector.h"