32 int openLibraries(
const std::string &libpath, LoadLibraries loadingBehaviour,
33 const std::vector<std::string> &excludes);
47 int openLibraries(
const std::filesystem::path &libpath,
LoadLibraries loadingBehaviour,
48 const std::vector<std::string> &excludes);
50 bool shouldBeLoaded(
const std::string &filename,
const std::vector<std::string> &excludes)
const;
52 bool isLoaded(
const std::string &filename)
const;
54 bool isExcluded(
const std::string &filename,
const std::vector<std::string> &excludes)
const;
56 int openLibrary(
const std::filesystem::path &filepath,
const std::string &cacheKey);