33 #ifndef WALLAROO_DETAIL_DYNAMIC_LIBRARY_H_
34 #define WALLAROO_DETAIL_DYNAMIC_LIBRARY_H_
38 #include WALLAROO_DLL_IMPL_HEADER // select the right OS-specific header-file for PlatformSpecificDynamicLibrary
69 template <
typename F >
72 return PlatformSpecificDynamicLibrary::GetFunction< F >( funcName );
88 #endif // WALLAROO_DETAIL_DYNAMIC_LIBRARY_H_
DynamicLibrary(const std::string &fileName)
Definition: dynamic_library.h:57
~DynamicLibrary()
Definition: dynamic_library.h:62
F GetFunction(const std::string &funcName)
Definition: dynamic_library.h:70
Definition: dynamic_library.h:49
static std::string Suffix()
Definition: dynamic_library.h:79
Definition: attribute.h:45