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 |
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 | |
initialize(const std::vector< Reg > &callbacks, const std::vector< aReg > &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 std::vector< Reg > &callbacks, const std::vector< aReg > &accessors) | plugins_context | |
plugins_context(const std::string &name, const Reg(&callbacks)[N], const aReg(&accessors)[M]) | plugins_context | inline |
set_accessor(const std::string &name, accessor_function) | plugins_context | |
set_accessor_int(const std::string &name, std::function< int(config)>) | plugins_context | |
set_accessor_string(const std::string &name, std::function< std::string(config)>) | plugins_context | |
set_callback(const std::string &name, callback_function) | plugins_context | |
set_callback(const std::string &name, std::function< void(config)> function, bool preserves_context) | plugins_context |