#include <LinuxDllLoader.h>
Inheritance diagram for caffeine::CLinuxDllLoader:

Public Member Functions | |
| CLinuxDllLoader () | |
| CLinuxDllLoader. | |
| ~CLinuxDllLoader () | |
| ~CLinuxDllLoader | |
| bool | LoadDynamicLibrary (const char *path) |
| LoadLibrary. | |
Description: Windows implementation for the cross-platform dynamic library loader.
Limitations:
|
|
Description: Default constructor.
|
|
|
~CLinuxDllLoader Description: Default destructor.
|
|
|
LoadLibrary. Description: Loads a library so modules can be accessed.
Implements caffeine::CDllLoader. |