|
| struct var_struct | SCI::emu_var_struct (const double &v) |
| | simulate a struct var_struct using double More...
|
| |
| struct var_struct | SCI::emu_var_struct (const vec &v) |
| | simulate a struct var_struct using vec More...
|
| |
| struct var_struct | SCI::emu_var_struct (const mat &m) |
| | simulate a struct var_struct using mat More...
|
| |
| struct var_struct | SCI::emu_var_struct (const int &v) |
| | simulate a struct var_struct using int More...
|
| |
| struct var_struct | SCI::emu_var_struct (const ivec &v) |
| | simulate a struct var_struct using ivec More...
|
| |
| struct var_struct | SCI::emu_var_struct (const imat &m) |
| | simulate a struct var_struct using imat More...
|
| |
| struct var_struct | SCI::emu_var_struct (const bool &v) |
| | simulate a struct var_struct using int More...
|
| |
| struct var_struct | SCI::emu_var_struct (const bvec &v) |
| | simulate a struct var_struct using bvec More...
|
| |
| struct var_struct | SCI::emu_var_struct (const bmat &m) |
| | simulate a struct var_struct using bmat More...
|
| |
| struct var_struct | SCI::emu_var_struct (const std::complex< double > &v) |
| | simulate a struct var_struct using complex More...
|
| |
| struct var_struct | SCI::emu_var_struct (const cvec &v) |
| | simulate a struct var_struct using cvec More...
|
| |
| struct var_struct | SCI::emu_var_struct (const cmat &m) |
| | simulate a struct var_struct using cmat More...
|
| |
| void * | SCI::EMU_SCI_IF_CREATE (int sci_type) |
| | no overload just keep function name conventions More...
|
| |
| void | SCI::EMU_SCI_IF_EXEC (void *p_dev, int sci_command) |
| | no overload just keep function name conventions More...
|
| |
| void | SCI::EMU_SCI_IF_DESTROY (void *p_dev) |
| | no overload just keep function name conventions More...
|
| |
| template<class P > |
| void | SCI::EMU_SCI_IF_SET (void *p_dev, int sci_param, P param) |
| |
| template<class P > |
| P | SCI::EMU_SCI_IF_GET (void *p_dev, int sci_param) |
| |
| template<class Y , class CE > |
| Y | SCI::EMU_SCI_IF_GEN (void *p_dev, CE v_ce) |
| |
| template<class Y , class CE , class X > |
| Y | SCI::EMU_SCI_IF_PROC (void *p_dev, CE v_ce, X v_x) |
| |