Function boost_plugin_loader::getAllAvailableSymbols
Defined in File utils.h
Function Documentation
-
std::vector<std::string> boost_plugin_loader::getAllAvailableSymbols(const std::string §ion, const std::string &library_name, const std::string &library_directory = "")
Get a list of available symbols under the provided section.
- Parameters:
section – The section to search for available symbols
library_name – The library name to load which does not include the prefix ‘lib’ or suffix ‘.so’
library_directory – The library directory, if empty it will enable search system directories
- Returns:
A list of symbols if they exist.