lispdoc - results for mem-ref |
(cffi:mem-ref ptr type &optional (offset 0)) | Setf: SETF expander for MEM-REF that doesn't rebind TYPE. This is necessary for the compiler macro on MEM-SET to be able to open-code (SETF MEM-REF) forms.
Function: Return the value of TYPE at OFFSET bytes from PTR. If TYPE is aggregate, we don't return its 'value' but a pointer to it, which is PTR itself. Compiler-Macro: Compiler macro to open-code MEM-REF when TYPE is constant. |
(cffi-sys:%mem-ref ptr type &optional (offset 0)) | Undocumented
|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
| By Bill Moorier |