Cantera 2.6.0
|
This is the complete list of members for Delegator, including all inherited members.
install(const std::string &name, std::function< void()> &target, const std::function< void()> &func) | Delegator | inlineprotected |
install(const std::string &name, std::function< void(bool)> &target, const std::function< void(bool)> &func) | Delegator | inlineprotected |
install(const std::string &name, std::function< void(double)> &target, const std::function< void(double)> &func) | Delegator | inlineprotected |
install(const std::string &name, std::function< void(std::array< size_t, 1 >, double *)> &target, const std::function< void(std::array< size_t, 1 >, double *)> &func) | Delegator | inlineprotected |
install(const std::string &name, std::function< void(std::array< size_t, 1 >, double, double *)> &target, const std::function< void(std::array< size_t, 1 >, double, double *)> &func) | Delegator | inlineprotected |
install(const std::string &name, std::function< void(std::array< size_t, 2 >, double, double *, double *)> &target, const std::function< void(std::array< size_t, 2 >, double, double *, double *)> &func) | Delegator | inlineprotected |
install(const std::string &name, std::function< void(std::array< size_t, 3 >, double *, double *, double *)> &target, const std::function< void(std::array< size_t, 3 >, double *, double *, double *)> &base) | Delegator | inlineprotected |
install(const std::string &name, std::function< std::string(size_t)> &target, const std::function< std::string(size_t)> &base) | Delegator | inlineprotected |
install(const std::string &name, std::function< size_t(const std::string &)> &target, const std::function< size_t(const std::string &)> &base) | Delegator | inlineprotected |
m_base_s_sz (defined in Delegator) | Delegator | protected |
m_base_sz_csr (defined in Delegator) | Delegator | protected |
m_funcs_s_sz (defined in Delegator) | Delegator | protected |
m_funcs_sz_csr (defined in Delegator) | Delegator | protected |
m_funcs_v (defined in Delegator) | Delegator | protected |
m_funcs_v_b (defined in Delegator) | Delegator | protected |
m_funcs_v_d (defined in Delegator) | Delegator | protected |
m_funcs_v_d_dp (defined in Delegator) | Delegator | protected |
m_funcs_v_d_dp_dp (defined in Delegator) | Delegator | protected |
m_funcs_v_dp (defined in Delegator) | Delegator | protected |
m_funcs_v_dp_dp_dp (defined in Delegator) | Delegator | protected |
makeDelegate(const std::function< void(Args ...)> &func, const std::string &when, BaseFunc base) | Delegator | inlineprotected |
makeDelegate(const std::function< int(ReturnType &, Args ...)> &func, const std::string &when, const std::function< ReturnType(Args ...)> &base) | Delegator | inlineprotected |
setDelegate(const std::string &name, const std::function< void()> &func, const std::string &when) | Delegator | inline |
setDelegate(const std::string &name, const std::function< void(bool)> &func, const std::string &when) | Delegator | inline |
setDelegate(const std::string &name, const std::function< void(double)> &func, const std::string &when) | Delegator | inline |
setDelegate(const std::string &name, const std::function< void(std::array< size_t, 1 >, double *)> &func, const std::string &when) | Delegator | inline |
setDelegate(const std::string &name, const std::function< void(std::array< size_t, 1 >, double, double *)> &func, const std::string &when) | Delegator | inline |
setDelegate(const std::string &name, const std::function< void(std::array< size_t, 2 >, double, double *, double *)> &func, const std::string &when) | Delegator | inline |
setDelegate(const std::string &name, const std::function< void(std::array< size_t, 3 >, double *, double *, double *)> &func, const std::string &when) | Delegator | inline |
setDelegate(const std::string &name, const std::function< int(std::string &, size_t)> &func, const std::string &when) | Delegator | inline |
setDelegate(const std::string &name, const std::function< int(size_t &, const std::string &)> &func, const std::string &when) | Delegator | inline |