6 #ifndef TURI_UNITY_SARRAY_BUILDER_INTERFACE_HPP 7 #define TURI_UNITY_SARRAY_BUILDER_INTERFACE_HPP 9 #include <core/data/flexible_type/flexible_type.hpp> 10 #include <core/system/cppipc/magic_macros.hpp> 14 class unity_sarray_base;
18 (
void, append, (
const flexible_type&)(
size_t))
19 (
void, append_multiple, (
const std::vector<flexible_type>&)(
size_t))
21 (std::vector<flexible_type>, read_history, (
size_t)(
size_t))
22 (std::shared_ptr<unity_sarray_base>, close, )
27 #endif //TURI_UNITY_SARRAY_BUILDER_INTERFACE_HPP 28 #include <model_server/lib/api/unity_sarray_interface.hpp>
#define GENERATE_INTERFACE_AND_PROXY(base_name, proxy_name, functions)