#include <xmog_sharedlib.h>
Public Member Functions | |
| ~xmog_sharedlib () | |
| Cleans up behind the instance. | |
| void * | resolveSymbol (const char *symbol) |
| Attempts to resolve a symbol in the shared library. | |
Static Public Member Functions | |
| static xmog_sharedlib * | resolve (const char *file) |
Returns an instance that represents the specified file or NULL if it cannot be resolved. | |
| static xmog_sharedlib * | getRuntimeLib () |
| Returns an instance that represents the module in which this method resides (typically the runtime library). | |
| static xmog_sharedlib * | getCallingProcess () |
| Returns an instance that represents the calling process. | |
This class can be used to resolve symbols in dynamically loaded modules.
|
|
Returns an instance that represents the specified file or
|
|
|
Attempts to resolve a symbol in the shared library.
|
1.4.1