This is the complete list of members for plugins_context, including all inherited members.
| accessor_function typedef | plugins_context | |
| accessor_list typedef | plugins_context | private |
| accessors_ | plugins_context | private |
| application_lua_kernel class | plugins_context | friend |
| areg_vec typedef | plugins_context | |
| callback_function typedef | plugins_context | |
| callback_list typedef | plugins_context | private |
| callbacks_ | plugins_context | private |
| clear_accessors() | plugins_context | |
| clear_callbacks() | plugins_context | |
| erase_accessor(const std::string &name) | plugins_context | |
| erase_callback(const std::string &name) | plugins_context | |
| execute_kernel_ | plugins_context | private |
| initialize(const reg_vec &callbacks, const areg_vec &accessors) | plugins_context | private |
| name_ | plugins_context | private |
| play_slice() | plugins_context | |
| plugins_context(const std::string &name) | plugins_context | |
| plugins_context(const std::string &name, const reg_vec &callbacks, const areg_vec &accessors) | plugins_context | |
| reg_vec typedef | plugins_context | |
| set_accessor(const std::string &name, accessor_function) | plugins_context | |
| set_accessor_bool(const std::string &name, const std::function< bool(config)> &) | plugins_context | |
| set_accessor_int(const std::string &name, const std::function< int(config)> &) | plugins_context | |
| set_accessor_string(const std::string &name, const std::function< std::string(config)> &) | plugins_context | |
| set_callback(const std::string &name, callback_function) | plugins_context | |
| set_callback(const std::string &name, const std::function< void(config)> &function, bool preserves_context) | plugins_context | |
| set_callback_execute(class lua_kernel_base &kernel) | plugins_context |