OSVR-Core
|
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>
Namespaces | |
osvr | |
The main namespace for all C++ elements of the framework, internal and external. | |
osvr::pluginhost | |
PluginHost functionality: loading, hosting, registering, destroying, and enumerating plugins. | |
Functions | |
OSVR_PLUGINHOST_EXPORT SearchPath | osvr::pluginhost::getPluginSearchPath () |
Find a place where to look for plugins. More... | |
OSVR_PLUGINHOST_EXPORT FileList | osvr::pluginhost::getAllFilesWithExt (SearchPath const &dirPath, const std::string &ext) |
Get list of files inside the directory with given extension. | |
OSVR_PLUGINHOST_EXPORT 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... | |
Implementation.