#include <aslMATLABCasters.h>
|
| | Var (matvar_t *v, bool freeArr=false) |
| |
| template<class T > |
| | Var (std::vector< T > &d, const std::string &name="") |
| |
| template<class T > |
| | Var (T *d, unsigned int size, const std::string &name="", bool freeArr=true) |
| |
| template<class T > |
| | Var (T *d, const asl::AVec< int > &size, const std::string &name="", bool freeArr=true) |
| |
| | ~Var () |
| |
| | Var (matvar_t *v, bool freeArr=false) |
| |
| template<class T > |
| | Var (std::vector< T > &d, const std::string &name="") |
| |
| template<class T > |
| | Var (T *d, unsigned int size, const std::string &name="", bool freeArr=true) |
| |
| template<class T > |
| | Var (T *d, const asl::AVec< int > &size, const std::string &name="", bool freeArr=true) |
| |
| | ~Var () |
| |
Definition at line 48 of file aslMATLABCasters.h.
| matiocpp::Var::Var |
( |
matvar_t * |
v, |
|
|
bool |
freeArr = false |
|
) |
| |
|
inline |
template<class T >
| matiocpp::Var::Var |
( |
std::vector< T > & |
d, |
|
|
const std::string & |
name = "" |
|
) |
| |
template<class T >
| matiocpp::Var::Var |
( |
T * |
d, |
|
|
unsigned int |
size, |
|
|
const std::string & |
name = "", |
|
|
bool |
freeArr = true |
|
) |
| |
template<class T >
| matiocpp::Var::Var |
( |
T * |
d, |
|
|
const asl::AVec< int > & |
size, |
|
|
const std::string & |
name = "", |
|
|
bool |
freeArr = true |
|
) |
| |
| matiocpp::Var::Var |
( |
matvar_t * |
v, |
|
|
bool |
freeArr = false |
|
) |
| |
|
inline |
template<class T >
| matiocpp::Var::Var |
( |
std::vector< T > & |
d, |
|
|
const std::string & |
name = "" |
|
) |
| |
template<class T >
| matiocpp::Var::Var |
( |
T * |
d, |
|
|
unsigned int |
size, |
|
|
const std::string & |
name = "", |
|
|
bool |
freeArr = true |
|
) |
| |
template<class T >
| matiocpp::Var::Var |
( |
T * |
d, |
|
|
const asl::AVec< int > & |
size, |
|
|
const std::string & |
name = "", |
|
|
bool |
freeArr = true |
|
) |
| |
| bool matiocpp::Var::freeArray |
| matvar_t * matiocpp::Var::var |
The documentation for this class was generated from the following file: