14 #ifndef OSGDB_DYNAMICLIBRARY
15 #define OSGDB_DYNAMICLIBRARY 1
17 #include <osg/Referenced>
18 #include <osgDB/Export>
38 static DynamicLibrary* loadLibrary(
const std::string& libraryName);
41 const std::string&
getName()
const {
return _name; }
50 PROC_ADDRESS getProcAddress(
const std::string& procName);
55 static HANDLE getLibraryHandle(
const std::string& libraryName);
79 #endif // __DYNAMIC_LIBRARY_H
DynamicLibrary(const DynamicLibrary &)
const std::string & getName() const
const std::string & getFullName() const