Functions | |
template<typename T > | |
static void | destroy (const mxArray *cell) |
template<typename T > | |
static T | parse (const mxArray *cell) |
template<typename T > | |
static std::enable_if<!is_basic_type< T >::value, std::vector< T > >::type | parse_array (const mxArray *cells) |
template<typename T > | |
static std::enable_if< is_basic_type< T >::value, std::vector< T > >::type | parse_array (const mxArray *cells) |
template<typename T > | |
static mxArray * | wrap (T &&var) |
template<typename T > | |
static std::enable_if<!is_basic_type< T >::value &&!traits_trampoline::use_cells< T >::value, mxArray * >::type | wrap_array (const T *var, size_t length) |
template<typename T > | |
static std::enable_if<!is_basic_type< T >::value &&traits_trampoline::use_cells< T >::value, mxArray * >::type | wrap_array (const T *var, size_t length) |
template<typename T > | |
static std::enable_if< is_basic_type< T >::value, mxArray * >::type | wrap_array (const T *var, size_t length) |
|
static |
Definition at line 163 of file MatlabParamParser.h.
|
static |
Definition at line 161 of file MatlabParamParser.h.
|
static |
Definition at line 283 of file MatlabParamParser.h.
|
static |
Definition at line 297 of file MatlabParamParser.h.
|
static |
Definition at line 162 of file MatlabParamParser.h.
|
static |
|
static |
|
static |
Definition at line 331 of file MatlabParamParser.h.