Loading [MathJax]/extensions/tex2jax.js
ug4
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
dynamic_library_util.h File Reference

Go to the source code of this file.

Namespaces

namespace  ug
 the ug namespace
 

Typedefs

typedef void * ug::DynLibHandle
 Defines a reference to a dynamically loaded library.
 

Functions

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