Header. More...
Go to the source code of this file.
Namespaces | |
| osvr | |
| < | |
| osvr::pluginhost | |
| PluginHost functionality: loading, hosting, registering, destroying, and enumerating plugins. | |
Typedefs | |
| typedef std::vector< std::string > | osvr::pluginhost::SearchPath |
| typedef std::vector< std::string > | osvr::pluginhost::FileList |
Functions | |
| SearchPath | osvr::pluginhost::getPluginSearchPath () |
| Find a place where to look for plugins. More... | |
| FileList | osvr::pluginhost::getAllFilesWithExt (SearchPath const &dirPath, const std::string &ext) |
| Get list of files inside the directory with given extension. | |
| std::string | osvr::pluginhost::findPlugin (SearchPath const &searchPaths, const std::string &pluginName) |
| Given the name of a plugin, find the full path to the plugin library. More... | |