Developer Documentation
Loading...
Searching...
No Matches
PluginStorage.hh File Reference
#include <OpenFlipper/common/GlobalDefines.hh>
#include <OpenFlipper/Core/PluginInfo.hh>

Go to the source code of this file.

Functions

std::vector< PluginInfo > & PluginStorage::plugins ()
 Get the vector of all PluginInfos.
 
std::vector< PluginInfo > & PluginStorage::pluginsFailed ()
 Get the vector of all PluginInfos for plugins that failed to load at startup.
 

Detailed Description

This File contains the management vector for the plugins.

Definition in file PluginStorage.hh.

Function Documentation

◆ plugins()

DLLEXPORT std::vector< PluginInfo > & PluginStorage::plugins ( )

Get the vector of all PluginInfos.

Definition at line 68 of file PluginStorage.cc.

◆ pluginsFailed()

DLLEXPORT std::vector< PluginInfo > & PluginStorage::pluginsFailed ( )

Get the vector of all PluginInfos for plugins that failed to load at startup.

Definition at line 72 of file PluginStorage.cc.