|
matio-cpp v0.3.0
A C++ wrapper of the matio library, with memory ownership handling, to read and write .mat files.
|
Data Structures | |
| struct | calculate_subspan_type |
| class | extent_type |
| class | extent_type< dynamic_extent > |
| struct | is_allowed_element_type_conversion |
| struct | is_allowed_extent_conversion |
| struct | is_span |
| struct | is_span_oracle |
| struct | is_span_oracle< matioCpp::Span< ElementType, Extent > > |
| struct | is_std_array |
| struct | is_std_array_oracle |
| struct | is_std_array_oracle< std::array< ElementType, Extent > > |
| class | span_iterator |
Functions | |
| template<class Span , bool IsConst> | |
| MATIOCPP_CONSTEXPR span_iterator< Span, IsConst > | operator+ (typename span_iterator< Span, IsConst >::difference_type n, span_iterator< Span, IsConst > rhs) |
| template<class Span , bool IsConst> | |
| MATIOCPP_CONSTEXPR span_iterator< Span, IsConst > | operator- (typename span_iterator< Span, IsConst >::difference_type n, span_iterator< Span, IsConst > rhs) |
| MATIOCPP_CONSTEXPR span_iterator< Span, IsConst > matioCpp::details::operator+ | ( | typename span_iterator< Span, IsConst >::difference_type | n, |
| span_iterator< Span, IsConst > | rhs | ||
| ) |
| MATIOCPP_CONSTEXPR span_iterator< Span, IsConst > matioCpp::details::operator- | ( | typename span_iterator< Span, IsConst >::difference_type | n, |
| span_iterator< Span, IsConst > | rhs | ||
| ) |