OSVR-Core
|
Implementation. More...
#include <osvr/PluginHost/RegistrationContext.h>
#include "PluginSpecificRegistrationContextImpl.h"
#include <osvr/PluginHost/PathConfig.h>
#include <osvr/PluginHost/SearchPath.h>
#include <osvr/Util/Log.h>
#include <osvr/Util/Verbosity.h>
#include <boost/algorithm/string/predicate.hpp>
#include <boost/filesystem.hpp>
#include <boost/noncopyable.hpp>
#include <boost/range/adaptor/map.hpp>
#include <boost/range/adaptor/reversed.hpp>
#include <libfunctionality/LoadPlugin.h>
#include <algorithm>
#include <iterator>
Classes | |
struct | osvr::pluginhost::RegistrationContext::Impl |
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. | |
Implementation.