The exit-hooks Reference Manual

This is the exit-hooks Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 16:22:32 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

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


2.1 exit-hooks

Call registered function when Common Lisp Exits.

Author

Bo Yao <>

License

BSD

Source

exit-hooks.asd.

Child Components

3 Files

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


3.1 Lisp


3.1.1 exit-hooks/exit-hooks.asd

Source

exit-hooks.asd.

Parent Component

exit-hooks (system).

ASDF Systems

exit-hooks.


3.1.2 exit-hooks/package.lisp

Source

exit-hooks.asd.

Parent Component

exit-hooks (system).

Packages

exit-hooks.


3.1.3 exit-hooks/exit-hooks.lisp

Dependency

package.lisp (file).

Source

exit-hooks.asd.

Parent Component

exit-hooks (system).

Public Interface

4 Packages

Packages are listed by definition order.


4.1 exit-hooks

Source

package.lisp.

Use List

common-lisp.

Public Interface

5 Definitions

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


5.1 Public Interface


5.1.1 Symbol macros

Symbol Macro: *exit-hooks*
Package

exit-hooks.

Source

exit-hooks.lisp.


5.1.2 Ordinary functions

Function: add-exit-hook (func)
Package

exit-hooks.

Source

exit-hooks.lisp.


Appendix A Indexes


A.1 Concepts


A.2 Functions

Jump to:   A   F  
Index Entry  Section

A
add-exit-hook: Public ordinary functions

F
Function, add-exit-hook: Public ordinary functions


A.3 Variables

Jump to:   *  
S  
Index Entry  Section

*
*exit-hooks*: Public symbol macros

S
Symbol Macro, *exit-hooks*: Public symbol macros