52 FXbool
loaded()
const {
return hnd!=
nullptr; }
61 void* address(
const FXchar* sym)
const;
62 void* address(
const FXString& sym)
const;
71 static FXDLL dll(
void* addr);
FXDLL()
Construct with no handle.
Definition: FXDLL.h:37
Auto DLL wraps a library module handle but also owns it; thus, the library module will automatically ...
Definition: FXDLL.h:85
void * handle() const
Return library module handle.
Definition: FXDLL.h:49
FXDLL(void *h)
Construct with existing handle.
Definition: FXDLL.h:40
Definition: FX4Splitter.h:28
FXbool loaded() const
True if library was loaded.
Definition: FXDLL.h:52
FXDLL(const FXDLL &org)
Construct copy from original.
Definition: FXDLL.h:43
Wrap library module handle to allow various operations on libraries to be performed.
Definition: FXDLL.h:31
FXString provides essential string manipulation capabilities in FOX.
Definition: FXString.h:42