| 84 | static std::string link(const std::string& name); |
| 85 | template <typename C> |
| 86 | static bool registerPlugin(const PluginInfo& info) |
| 87 | { return get().template l_registerPlugin<C>(info); } |
| 88 | template <typename C> |
| 89 | static bool registerPlugin(const StaticPluginInfo& info) |
| 90 | { return get().template l_registerPlugin<C>(info); } |