matio-cpp
v0.2.5
A C++ wrapper of the matio library, with memory ownership handling, to read and write .mat files.
|
#include <matioCpp/ForwardDeclarations.h>
Go to the source code of this file.
Namespaces | |
matioCpp | |
Typedefs | |
using | matioCpp::size_t_type = uint64_t |
Functions | |
bool | matioCpp::get_matio_types (const VariableType &inputVariableType, const ValueType &inputValueType, matio_classes &outputMatioClasses, matio_types &outputMatioType) |
Get both the matio type and class from the input VariableType and ValueType. More... | |
bool | matioCpp::get_types_from_matvart (const matvar_t *input, VariableType &outputVariableType, ValueType &outputValueType) |
Get the VariableType and the ValueType from a matvar_t pointer. More... | |
bool | matioCpp::get_types_names_from_matvart (const matvar_t *input, std::string &classType, std::string &dataType) |
Get the type names from the input pointer. More... | |
template<typename T > | |
bool | matioCpp::is_convertible_to_primitive_type (matioCpp::ValueType type) |
Utility function to check if certain ValueType can be converted to a primitive type T. More... | |