Home
last modified time | relevance | path

Searched refs:PluginHandlerType (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/renderer/utility/
H A Dpluginstore.cpp63 typedef PluginStore::PluginHandlerType PluginHandlerType; typedef
64 typedef map<string, PluginHandlerType> PluginHandlerMap;
149 const PluginHandlerType& plugin_handler = plugin_handler_item.second; in load_plugin_and_invoke_handlers_no_lock()
207 const PluginHandlerType& plugin_handler) in register_plugin_handler()
H A Dpluginstore.h55 typedef std::function<void (Plugin*, void*)> PluginHandlerType; typedef
67 const PluginHandlerType& plugin_handler);