19 #ifndef MIR_SHARED_LIBRARY_PROBER_H_ 20 #define MIR_SHARED_LIBRARY_PROBER_H_ 39 std::function<
Selection(std::shared_ptr<SharedLibrary>
const&)>
const& selector,
All things Mir.
Definition: atomic_callback.h:25
Definition: shared_library_prober_report.h:26
void select_libraries_for_path(std::string const &path, std::function< Selection(std::shared_ptr< SharedLibrary > const &)> const &selector, SharedLibraryProberReport &report)
Selection
Definition: shared_library_prober.h:35
std::vector< std::shared_ptr< SharedLibrary > > libraries_for_path(std::string const &path, SharedLibraryProberReport &report)
Definition: shared_library_prober.cpp:110