The cffi-c-ref Reference Manual

This is the cffi-c-ref Reference Manual, version 1.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 14:52:59 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 cffi-c-ref

Adds streamlined access to foreign memory

Author

Pavel Korolev

Contact

License

MIT

Version

1.0

Dependencies
  • alexandria (system).
  • cffi (system).
Source

cffi-c-ref.asd.

Child Component

cffi-c-ref.lisp (file).


3 Files

Files are sorted by type and then listed depth-first from the systems components trees.


3.1 Lisp


3.1.1 cffi-c-ref/cffi-c-ref.asd

Source

cffi-c-ref.asd.

Parent Component

cffi-c-ref (system).

ASDF Systems

cffi-c-ref.


3.1.2 cffi-c-ref/cffi-c-ref.lisp

Source

cffi-c-ref.asd.

Parent Component

cffi-c-ref (system).

Packages

cffi-c-ref.

Public Interface
Internals

4 Packages

Packages are listed by definition order.


4.1 cffi-c-ref

Source

cffi-c-ref.lisp.

Use List
  • alexandria.
  • common-lisp.
Public Interface
Internals

5 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


5.1 Public Interface


5.1.1 Macros

Macro: c-let ((&rest bindings) &body body)
Package

cffi-c-ref.

Source

cffi-c-ref.lisp.

Macro: c-ref (ptr type &rest accessors)
Package

cffi-c-ref.

Source

cffi-c-ref.lisp.

Macro: c-val ((&rest bindings) &body body)
Package

cffi-c-ref.

Source

cffi-c-ref.lisp.

Macro: c-with ((&rest bindings) &body body)
Package

cffi-c-ref.

Source

cffi-c-ref.lisp.


5.2 Internals


5.2.1 Ordinary functions

Function: %mem-offset (ptr type offset dynamic-offset accessors)
Package

cffi-c-ref.

Source

cffi-c-ref.lisp.

Function: %memset (destination initial-value size)
Package

cffi-c-ref.

Source

cffi-c-ref.lisp.

Function: canonicalize-foreign-type (type)
Package

cffi-c-ref.

Source

cffi-c-ref.lisp.

Function: extract-slot-names (type)
Package

cffi-c-ref.

Source

cffi-c-ref.lisp.

Function: find-pointer-or-array-actual-type (type)
Package

cffi-c-ref.

Source

cffi-c-ref.lisp.

Function: find-slot-name (type keyword-name)
Package

cffi-c-ref.

Source

cffi-c-ref.lisp.

Function: find-slot-offset (type name)
Package

cffi-c-ref.

Source

cffi-c-ref.lisp.

Function: find-slot-type (type name)
Package

cffi-c-ref.

Source

cffi-c-ref.lisp.

Function: symbol-for-anonymous-field-p (slot-name)
Package

cffi-c-ref.

Source

cffi-c-ref.lisp.


Appendix A Indexes


A.1 Concepts


A.3 Variables