/* Copyright 2014-2018 The MathWorks, Inc. */ #ifndef MDA_ARRAY_HPP_ #define MDA_ARRAY_HPP_ #if defined(matrix_h) && !defined(export_matrix_h) #error Using MATLAB Data API with C Matrix API is not supported. #endif #include "matlab_data_array_defs.hpp" #include "matlab_extdata_defs.hpp" #include "ArrayDimensions.hpp" #include "ArrayType.hpp" #include "ArrayElementRef.hpp" #include "MemoryLayout.hpp" #include "detail/publish_util.hpp" #include "detail/FunctionType.hpp" #include "detail/HelperFunctions.hpp" #include #include #include namespace matlab { namespace data { template