namespace Gambit::Scanner::Plugins
[No description available]
Namespaces
Name |
---|
Gambit::Scanner::Plugins::ObjPyPlugin |
Gambit::Scanner::Plugins::ScannerPyPlugin |
Classes
Functions
Name | |
---|---|
bool | operator==(const Plugin_Details & plug1, const Plugin_Details & plug2) |
bool | Plugin_Version_Supersedes(const Plugin_Details & plug1, const Plugin_Details & plug2) compares the user defined plugin version to the actual plugin version. |
const std::map< type_index, void * > & | error_map_return() |
std::string | print_plugins(std::map< std::string, std::map< std::string, std::vector< Plugin_Details > > >::const_iterator plugins) |
bool | is_new_plugin(std::map< str, std::map< str, std::vector< Plugin_Details > > > & pmap, Plugin_Details & cand) Check a plugin map and return a flag indicating if a candidate plugin is already in the map or not. |
Attributes
Name | |
---|---|
EXPORT_SYMBOLS pluginInfo | plugin_info |
Functions Documentation
function operator==
inline bool operator==(
const Plugin_Details & plug1,
const Plugin_Details & plug2
)
function Plugin_Version_Supersedes
bool Plugin_Version_Supersedes(
const Plugin_Details & plug1,
const Plugin_Details & plug2
)
compares the user defined plugin version to the actual plugin version.
function error_map_return
inline const std::map< type_index, void * > & error_map_return()
function print_plugins
inline std::string print_plugins(
std::map< std::string, std::map< std::string, std::vector< Plugin_Details > > >::const_iterator plugins
)
function is_new_plugin
bool is_new_plugin(
std::map< str, std::map< str, std::vector< Plugin_Details > > > & pmap,
Plugin_Details & cand
)
Check a plugin map and return a flag indicating if a candidate plugin is already in the map or not.
Attributes Documentation
variable plugin_info
EXPORT_SYMBOLS pluginInfo plugin_info;
Access Functor for plugin info. This will manage all the plugins including stored and writing resume info.
Updated on 2024-07-18 at 13:53:32 +0000