Function boost_plugin_loader::getAllAvailableSections

Function Documentation

std::vector<std::string> boost_plugin_loader::getAllAvailableSections(const boost::dll::shared_library &library, bool include_hidden = false)

Get a list of available sections.

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

  • include_hidden – Indicate if hidden sections should be included

Returns:

A list of sections if they exist.