|
ASL 0.1.7
Advanced Simulation Library
|
#include <aslMATLABCasters.h>
Public Member Functions | |
| 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 () | |
Public Attributes | |
| matvar_t * | var |
| bool | freeArray |
Definition at line 48 of file aslMATLABCasters.h.
|
inline |
Definition at line 54 of file aslMATLABCasters.h.
| matiocpp::Var::Var | ( | std::vector< T > & | d, |
| const std::string & | name = "" ) |
| matiocpp::Var::Var | ( | T * | d, |
| unsigned int | size, | ||
| const std::string & | name = "", | ||
| bool | freeArr = true ) |
| matiocpp::Var::Var | ( | T * | d, |
| const asl::AVec< int > & | size, | ||
| const std::string & | name = "", | ||
| bool | freeArr = true ) |
| matiocpp::Var::~Var | ( | ) |
| bool matiocpp::Var::freeArray |
Definition at line 53 of file aslMATLABCasters.h.
| matvar_t* matiocpp::Var::var |
Definition at line 52 of file aslMATLABCasters.h.