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 Structure Index
C | D | E | F | G | H | I | L | M | O | P | S | V | W
C
calculate_subspan_type (matioCpp::details)
CellArray (matioCpp)
container_data (matioCpp::SpanUtils)
container_data< T, typename std::enable_if< has_type_member< T >::value >::type > (matioCpp::SpanUtils)
container_data< T, typename std::enable_if< std::is_array< T >::value >::type > (matioCpp::SpanUtils)
container_data< T, typename std::enable_if<!has_type_member< T >::value &&has_data_method< T >::value >::type > (matioCpp::SpanUtils)
D
MatvarHandler::Dependency (matioCpp)
dependent_false (matioCpp)
E
Element (matioCpp)
extent_type (matioCpp::details)
extent_type< dynamic_extent > (matioCpp::details)
F
File (matioCpp)
G
get_type (matioCpp)
get_type< char > (matioCpp)
get_type< char16_t > (matioCpp)
get_type< char32_t > (matioCpp)
get_type< double > (matioCpp)
get_type< float > (matioCpp)
get_type< int16_t > (matioCpp)
get_type< int32_t > (matioCpp)
get_type< int64_t > (matioCpp)
get_type< int8_t > (matioCpp)
get_type< Logical > (matioCpp)
get_type< size_t_type > (matioCpp)
get_type< uint16_t > (matioCpp)
get_type< uint32_t > (matioCpp)
get_type< uint8_t > (matioCpp)
H
has_data_method (matioCpp::SpanUtils)
has_data_method< T, void_t< decltype(std::declval< T >().data())> > (matioCpp::SpanUtils)
has_size_method (matioCpp::SpanUtils)
has_size_method< T, void_t< decltype(std::declval< T >().size())> > (matioCpp::SpanUtils)
has_type_member (matioCpp::SpanUtils)
has_type_member< T, void_t< typename T::value_type > > (matioCpp::SpanUtils)
I
File::Impl (matioCpp)
is_allowed_element_type_conversion (matioCpp::details)
is_allowed_extent_conversion (matioCpp::details)
is_eigen_matrix (matioCpp)
is_element_defined (matioCpp::SpanUtils)
is_element_defined< T, void_t< typename T::element_type > > (matioCpp::SpanUtils)
is_make_span_callable (matioCpp::SpanUtils)
is_make_span_callable< Class, void_t< decltype(make_span(std::declval< Class >()))> > (matioCpp::SpanUtils)
is_make_variable_callable (matioCpp)
is_make_variable_callable< Class, matioCpp::SpanUtils::void_t< decltype(matioCpp::make_variable(std::declval< std::string >(), std::declval< Class >()))> > (matioCpp)
is_span (matioCpp::details)
is_span_constructible (matioCpp::SpanUtils)
is_span_constructible< Class, typename std::enable_if< std::is_constructible< Span< typename container_data< Class >::type >, Class & >::value >::type > (matioCpp::SpanUtils)
is_span_oracle (matioCpp::details)
is_span_oracle< matioCpp::Span< ElementType, Extent > > (matioCpp::details)
is_std_array (matioCpp::details)
is_std_array_oracle (matioCpp::details)
is_std_array_oracle< std::array< ElementType, Extent > > (matioCpp::details)
is_string16_compatible (matioCpp)
is_string16_compatible< char16_t > (matioCpp)
is_string16_compatible< uint16_t > (matioCpp)
is_string32_compatible (matioCpp)
is_string32_compatible< char32_t > (matioCpp)
is_string32_compatible< uint32_t > (matioCpp)
is_string_compatible (matioCpp)
is_string_compatible< char > (matioCpp)
is_string_compatible< uint8_t > (matioCpp)
is_value_defined (matioCpp::SpanUtils)
is_value_defined< T, void_t< typename T::value_type > > (matioCpp::SpanUtils)
is_vector_compatible (matioCpp)
L
Logical (matioCpp)
M
make_variable_output (matioCpp)
make_void (matioCpp::SpanUtils)
MatvarHandler (matioCpp)
MultiDimensionalArray (matioCpp)
O
MatvarHandler::Ownership (matioCpp)
P
MatvarHandler::PointerInfo (matioCpp)
S
SharedMatvar (matioCpp)
SlicingInfo (matioCpp)
Span (matioCpp)
span_iterator (matioCpp::details)
Struct (matioCpp)
StructArray (matioCpp)
StructArrayElement (matioCpp)
V
Variable (matioCpp)
Vector (matioCpp)
vector_iterator (matioCpp)
W
WeakMatvar (matioCpp)