| callEntryPoint(vpr::LibraryPtr dso, const std::string &funcName, boost::function1< bool, void * > callback) | vpr::LibraryLoader | [static] |
| findDSO(const std::string &dsoBaseName, const std::vector< std::string > &searchPath) | vpr::LibraryLoader | [static] |
| findDSO(const std::string &dsoBaseName, const std::vector< boost::filesystem::path > &searchPath) | vpr::LibraryLoader | [static] |
| findDSOAndCallEntryPoint(const std::string &dsoBaseName, const std::vector< std::string > &searchPath, const std::string &funcName, boost::function1< bool, void * > callback, vpr::LibraryPtr &dso) | vpr::LibraryLoader | [static] |
| findDSOAndCallEntryPoint(const std::string &dsoBaseName, const std::vector< boost::filesystem::path > &searchPath, const std::string &funcName, boost::function1< bool, void * > callback, vpr::LibraryPtr &dso) | vpr::LibraryLoader | [static] |
| findDSOAndLookup(const std::string &dsoBaseName, const std::vector< std::string > &searchPath, const std::string &funcName, boost::function1< bool, void * > callback, vpr::LibraryPtr &dso) | vpr::LibraryLoader | [inline, static] |
| findDSOAndLookup(const std::string &dsoBaseName, const std::vector< boost::filesystem::path > &searchPath, const std::string &funcName, boost::function1< bool, void * > callback, vpr::LibraryPtr &dso) | vpr::LibraryLoader | [inline, static] |
| findEntryPoint(vpr::LibraryPtr dso, const std::string &funcName, boost::function1< bool, void * > callback) | vpr::LibraryLoader | [inline, static] |
| makeFullDSOName(const std::string &dsoBaseName) | vpr::LibraryLoader | [static] |