This is the parameterized-function Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 07:14:36 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
parameterized-function
Compile-time parameterized functions.
Robert Smith <quad@symbo1ics.com>
BSD 3-clause (See LICENSE)
interface
(system).
license
(file).
package.lisp
(file).
parameterized-function.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
parameterized-function/parameterized-function.asd
parameterized-function/package.lisp
parameterized-function/parameterized-function.lisp
parameterized-function/parameterized-function.asd
parameterized-function
(system).
parameterized-function/package.lisp
license
(file).
parameterized-function
(system).
parameterized-function/parameterized-function.lisp
package.lisp
(file).
parameterized-function
(system).
*warn-about-dynamic-dispatch*
(special variable).
*warn-about-non-constant-parameters*
(special variable).
define-dispatch-function
(macro).
define-parameterized-function
(macro).
constant-quoted-list-p
(function).
dispatch-table-name
(function).
generate-name-from-parameters
(function).
undispatch-form
(function).
Packages are listed by definition order.
parameterized-function
common-lisp
.
*warn-about-dynamic-dispatch*
(special variable).
*warn-about-non-constant-parameters*
(special variable).
define-dispatch-function
(macro).
define-parameterized-function
(macro).
constant-quoted-list-p
(function).
dispatch-table-name
(function).
generate-name-from-parameters
(function).
undispatch-form
(function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Enables run-time warnings when dynamic dispatch occurs.
Enables compile-time warnings when dynamic dispatch will occur because of non-constant parameters.
Define a parameterized function named NAME whose parameter variables are PARAMETERS, whose lambda list is ARGS, and body is BODY.
Jump to: | C D F G M U |
---|
Jump to: | C D F G M U |
---|
Jump to: | *
S |
---|
Jump to: | *
S |
---|
Jump to: | F L P S |
---|
Jump to: | F L P S |
---|