7 #ifndef __FWRUNTIME_DL_POSIX_HPP__ 8 #define __FWRUNTIME_DL_POSIX_HPP__ 11 #if defined(linux) || defined(__linux) || defined (__MACOSX__) 14 #include "fwRuntime/dl/Native.hpp" 29 struct Posix :
public Native
37 Posix(
const boost::filesystem::path & modulePath ) noexcept;
48 bool isLoaded() const noexcept;
57 void* getSymbol( const
std::
string & name ) const;
85 #endif // #ifdef linux 88 #endif // __FWRUNTIME_DL_POSIX_HPP__
The namespace fwRuntime contains classes to manage bundle, configuration element, extension point in ...