Turi Create  4.0
unity_base_types.hpp
1 /* Copyright © 2017 Apple Inc. All rights reserved.
2  *
3  * Use of this source code is governed by a BSD-3-clause license that can
4  * be found in the LICENSE.txt file or at https://opensource.org/licenses/BSD-3-Clause
5  */
6 #ifndef TURI_UNITY_BASE_TYPES_HPP
7 #define TURI_UNITY_BASE_TYPES_HPP
8 #include <memory>
9 #include <core/data/flexible_type/flexible_type.hpp>
10 #include <core/storage/sframe_data/sframe.hpp>
11 #include <core/storage/sframe_data/sarray.hpp>
12 namespace turi {
13 
14 /// The sframe type
16 
18 
19 } // namespace turi
20 
21 #endif
sframe sframe_type
The sframe type.