10 #ifndef __FWRUNTIME_DL_WIN32_HPP__ 11 #define __FWRUNTIME_DL_WIN32_HPP__ 13 #include "fwRuntime/config.hpp" 14 #include "fwRuntime/dl/Native.hpp" 28 struct Win32 :
public Native
35 Win32(
const boost::filesystem::path & modulePath ) noexcept;
42 bool isLoaded() const noexcept;
51 void * getSymbol(const
std::
string& name) const;
79 #endif // __FWRUNTIME_DL_WIN32_HPP__ 82 #endif // #ifdef _WIN32
The namespace fwRuntime contains classes to manage bundle, configuration element, extension point in ...