Function boost_plugin_loader::getAllAvailableSections
Defined in File utils.h
Function Documentation
-
std::vector<std::string> boost_plugin_loader::getAllAvailableSections(const std::string &library_name, const std::string &library_directory = "", bool include_hidden = false)
Get a list of available sections.
- Parameters:
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 sections if they exist.