OSVR-Core
|
Header. More...
#include <osvr/PluginHost/Export.h>
#include <vector>
#include <string>
Go to the source code of this file.
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. | |
Typedefs | |
typedef std::vector< std::string > | osvr::pluginhost::SearchPath |
typedef std::vector< std::string > | osvr::pluginhost::FileList |
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... | |
Header.