HiPipe  0.7.0
C++17 data pipeline with Python bindings.
core.hpp
1 /****************************************************************************
2  * hipipe library
3  * Copyright (c) 2017, Cognexa Solutions s.r.o.
4  * Copyright (c) 2018, Iterait a.s.
5  * Author(s) Filip Matzner
6  *
7  * This file is distributed under the MIT License.
8  * See the accompanying file LICENSE.txt for the complete license agreement.
9  ****************************************************************************/
10 
11 #ifndef HIPIPE_CORE_HPP
12 #define HIPIPE_CORE_HPP
13 
14 #include <hipipe/core/base64.hpp>
15 #include <hipipe/core/csv.hpp>
16 #include <hipipe/core/dataframe.hpp>
17 #include <hipipe/core/groups.hpp>
18 #include <hipipe/core/index_mapper.hpp>
19 #include <hipipe/core/python.hpp>
20 #include <hipipe/core/stream.hpp>
21 #include <hipipe/core/thread.hpp>
22 #include <hipipe/core/utility.hpp>
23 
24 #endif