62 static std::vector<PluginInfo> plugins_;
65 static std::vector<PluginInfo> pluginsFailed_;
73 return pluginsFailed_;
std::vector< PluginInfo > & pluginsFailed()
Get the vector of all PluginInfos for plugins that failed to load at startup.
std::vector< PluginInfo > & plugins()
Get the vector of all PluginInfos.