The disposable Reference Manual

This is the disposable Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 16:17:53 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

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


2.1 disposable

Dispose function and with-disposable macro

Author

Chris Bagley

License

BSD 2 Clause

Source

disposable.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 disposable/disposable.asd

Source

disposable.asd.

Parent Component

disposable (system).

ASDF Systems

disposable.


3.1.2 disposable/package.lisp

Source

disposable.asd.

Parent Component

disposable (system).

Packages

disposable.


3.1.3 disposable/disposable.lisp

Dependency

package.lisp (file).

Source

disposable.asd.

Parent Component

disposable (system).

Public Interface

4 Packages

Packages are listed by definition order.


4.1 disposable

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 Macros

Macro: with-disposable ((var expr) &body body)

Create and then dispose the resource after application of the body.

Package

disposable.

Source

disposable.lisp.


5.1.2 Generic functions

Generic Function: dispose (disposable)

Dispose the resources.

Package

disposable.

Source

disposable.lisp.


Appendix A Indexes


A.1 Concepts


A.2 Functions

Jump to:   D   G   M   W  
Index Entry  Section

D
dispose: Public generic functions

G
Generic Function, dispose: Public generic functions

M
Macro, with-disposable: Public macros

W
with-disposable: Public macros


A.3 Variables