ug4
dynamic_library_util_unix.cpp File Reference
#include <dlfcn.h>
#include "../dynamic_library_util.h"
#include <string>

Namespaces

 ug
 the ug namespace
 

Functions

bool ug::CloseLibrary (DynLibHandle h)
 Frees a library. More...
 
void * ug::GetLibraryProcedure (DynLibHandle h, const char *procName)
 Returns the address of the specified procedure in the given library. More...
 
DynLibHandle ug::OpenLibrary (const char *fileName)
 Loads a library and returns a handle. More...