Implementation. More...
#include <osvr/PluginHost/SearchPath.h>#include <osvr/PluginHost/PathConfig.h>#include <osvr/Util/BinaryLocation.h>#include <osvr/Util/Verbosity.h>#include <boost/filesystem.hpp>#include <boost/range/iterator_range.hpp>#include <vector>#include <string>#include <algorithm>Go to the source code of this file.
| Namespaces | |
| osvr | |
| < | |
| osvr::pluginhost | |
| PluginHost functionality: loading, hosting, registering, destroying, and enumerating plugins. | |
| 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... | |