#include </Users/cekees/proteus/proteus/mprans/ArgumentsDict.h>
|
template<class T > |
xt::pyarray< T > & | array (const std::string &key) |
|
template<class T > |
T & | scalar (const std::string &key) |
|
template<> |
xt::pyarray< double > & | array (const std::string &key) |
|
template<> |
xt::pyarray< int > & | array (const std::string &key) |
|
template<> |
double & | scalar (const std::string &key) |
|
template<> |
int & | scalar (const std::string &key) |
|
Definition at line 69 of file ArgumentsDict.h.
◆ array() [1/3]
template<class T >
xt::pyarray<T>& proteus::arguments_dict::array |
( |
const std::string & |
key | ) |
|
◆ array() [2/3]
template<>
xt::pyarray<int>& proteus::arguments_dict::array |
( |
const std::string & |
key | ) |
|
|
inline |
◆ array() [3/3]
template<>
xt::pyarray<double>& proteus::arguments_dict::array |
( |
const std::string & |
key | ) |
|
|
inline |
◆ scalar() [1/3]
template<class T >
T& proteus::arguments_dict::scalar |
( |
const std::string & |
key | ) |
|
◆ scalar() [2/3]
template<>
double& proteus::arguments_dict::scalar |
( |
const std::string & |
key | ) |
|
|
inline |
◆ scalar() [3/3]
template<>
int& proteus::arguments_dict::scalar |
( |
const std::string & |
key | ) |
|
|
inline |
◆ m_darray
pyarray_dict<std::string, double> proteus::arguments_dict::m_darray |
◆ m_dscalar
scalar_dict<std::string, double> proteus::arguments_dict::m_dscalar |
◆ m_iarray
pyarray_dict<std::string, int> proteus::arguments_dict::m_iarray |
◆ m_iscalar
scalar_dict<std::string, int> proteus::arguments_dict::m_iscalar |
The documentation for this struct was generated from the following file: