Description
A libffi wrapper.
Namespace
- CLASS Fiddle::Closure
- CLASS Fiddle::Function
- CLASS Fiddle::Pointer
Methods
Constants
TYPE_VOID | = | Document-const |
C type - void |
||
TYPE_VOIDP | = | Document-const |
C type - void* |
||
TYPE_CHAR | = | Document-const |
C type - char |
||
TYPE_SHORT | = | Document-const |
C type - short |
||
TYPE_INT | = | Document-const |
C type - int |
||
TYPE_LONG | = | Document-const |
C type - long |
||
TYPE_LONG_LONG | = | Document-const |
C type - long long |
||
TYPE_FLOAT | = | Document-const |
C type - float |
||
TYPE_DOUBLE | = | Document-const |
C type - double |
||
WINDOWS | = | Qtrue |
Returns a boolean regarding whether the host is WIN32 |
||
Pointer | = | DL::CPtr |
A reference to DL::CPtr |
Class Public methods
last_error()
Link
Returns the last
Error
of the current executing
Thread
or nil if none
last_error=(error)
Link
Sets the last
Error
of the current executing
Thread
to
error
win32_last_error()
Link
Returns the last win32
Error
of the current executing
Thread
or nil if none