matio-cpp v0.3.0
A C++ wrapper of the matio library, with memory ownership handling, to read and write .mat files.
Loading...
Searching...
No Matches
Data Structures
Here are the data structures with brief descriptions:
[detail level 123]
 NmatioCpp
 Ndetails
 Ccalculate_subspan_type
 Cextent_type
 Cextent_type< dynamic_extent >
 Cis_allowed_element_type_conversion
 Cis_allowed_extent_conversion
 Cis_span
 Cis_span_oracle
 Cis_span_oracle< matioCpp::Span< ElementType, Extent > >
 Cis_std_array
 Cis_std_array_oracle
 Cis_std_array_oracle< std::array< ElementType, Extent > >
 Cspan_iterator
 NSpanUtils
 Ccontainer_data
 Ccontainer_data< T, typename std::enable_if< has_type_member< T >::value >::type >
 Ccontainer_data< T, typename std::enable_if< std::is_array< T >::value >::type >
 Ccontainer_data< T, typename std::enable_if<!has_type_member< T >::value &&has_data_method< T >::value >::type >
 Chas_data_method
 Chas_data_method< T, void_t< decltype(std::declval< T >().data())> >
 Chas_size_method
 Chas_size_method< T, void_t< decltype(std::declval< T >().size())> >
 Chas_type_member
 Chas_type_member< T, void_t< typename T::value_type > >
 Cis_element_defined
 Cis_element_defined< T, void_t< typename T::element_type > >
 Cis_make_span_callable
 Cis_make_span_callable< Class, void_t< decltype(make_span(std::declval< Class >()))> >
 Cis_span_constructible
 Cis_span_constructible< Class, typename std::enable_if< std::is_constructible< Span< typename container_data< Class >::type >, Class & >::value >::type >
 Cis_value_defined
 Cis_value_defined< T, void_t< typename T::value_type > >
 Cmake_void
 CCellArrayCellArray is a particular type of Variable specialized for cell arrays
 Cdependent_falseDependent_false is a type-dependent expression that is always false
 CElementElement allows having a 1x1 variable (like double, int,..) castable to a primitive type
 CFile
 CImpl
 Cget_typeUtility metafunction to get the ValueType from a given primitive type
 Cget_type< char >
 Cget_type< char16_t >
 Cget_type< char32_t >
 Cget_type< double >
 Cget_type< float >
 Cget_type< int16_t >
 Cget_type< int32_t >
 Cget_type< int64_t >
 Cget_type< int8_t >
 Cget_type< Logical >
 Cget_type< size_t_type >
 Cget_type< uint16_t >
 Cget_type< uint32_t >
 Cget_type< uint8_t >
 Cis_eigen_matrixIs_eigen_matrix is a template metafunction to check if T is an Eigen matrix
 Cis_make_variable_callableIs_make_variable_callable is a template utility to check if the make_variable works for a give type
 Cis_make_variable_callable< Class, matioCpp::SpanUtils::void_t< decltype(matioCpp::make_variable(std::declval< std::string >(), std::declval< Class >()))> >
 Cis_string16_compatibleUtility meta-function to check if a type is compatible with a std::u16string
 Cis_string16_compatible< char16_t >
 Cis_string16_compatible< uint16_t >
 Cis_string32_compatibleUtility meta-function to check if a type is compatible with a std::u32string
 Cis_string32_compatible< char32_t >
 Cis_string32_compatible< uint32_t >
 Cis_string_compatibleUtility meta-function to check if a type is compatible with a std::string
 Cis_string_compatible< char >
 Cis_string_compatible< uint8_t >
 Cis_vector_compatibleIs_vector_compatible is a utility metafunction to check if the input vector T is compatible with matioCpp
 CLogicalUtility class to consider logical values
 Cmake_variable_outputMake_variable_output is a template utility to check the type that make_variable would output
 CMatvarHandler
 CDependency
 COwnershipUsed to define the ownership of a matvar
 CPointerInfo
 CMultiDimensionalArrayMultiDimensionalArray is a particular type of Variable specialized for multidimensional arrays of a generic type T
 CSharedMatvar
 CSlicingInfo
 CSpan
 CStructStruct is a particular type of Variable specialized for structs
 CStructArrayStructArray is a particular type of Variable specialized for array of structs
 CStructArrayElement
 CVariableThe matioCpp::Variable class is the equivalent of matvar_t in matio
 CVectorVector is a particular type of Variable specialized for 1-D arrays of a generic type T
 Cvector_iterator
 CWeakMatvar