Function boost_plugin_loader::getAllAvailableSymbols

Function Documentation

std::vector<std::string> boost_plugin_loader::getAllAvailableSymbols(const boost::dll::shared_library &library, const std::string &section)

Get a list of available symbols under the provided section.

Parameters:
  • library – The library to search for available symbols

  • section – The section to search for available symbols

Returns:

A list of symbols if they exist.