The rollback Reference Manual

This is the rollback Reference Manual, version 0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Wed Mar 15 05:17:49 2023 GMT+0.

Table of Contents


1 Systems

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


1.1 rollback

rollback functions

Author

Thomas de Grivel <>

Version

0.1

Source

rollback.asd.

Child Component

rollback.lisp (file).


2 Files

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


2.1 Lisp


2.1.1 rollback/rollback.asd

Source

rollback.asd.

Parent Component

rollback (system).

ASDF Systems

rollback.

Packages

rollback.system.


2.1.2 rollback/rollback.lisp

Source

rollback.asd.

Parent Component

rollback (system).

Packages

rollback.

Public Interface
Internals

set-rollback-function (function).


3 Packages

Packages are listed by definition order.


3.1 rollback.system

Source

rollback.asd.

Use List
  • asdf/interface.
  • common-lisp.

3.2 rollback

Source

rollback.lisp.

Use List

common-lisp.

Public Interface
Internals

set-rollback-function (function).


4 Definitions

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


4.1 Public Interface


4.1.1 Macros

Macro: with-rollback ((fun &rest args) &body body)
Package

rollback.

Source

rollback.lisp.

Macro: with-rollback* (&body forms)
Package

rollback.

Source

rollback.lisp.


4.1.2 Setf expanders

Setf Expander: (setf rollback-function) (op)
Package

rollback.

Source

rollback.lisp.

Reader

rollback-function (function).

Writer

set-rollback-function (function).


4.1.3 Ordinary functions

Function: rollback (op &rest args)
Package

rollback.

Source

rollback.lisp.

Function: rollback-function (op)
Package

rollback.

Source

rollback.lisp.

Setf expander for this function

(setf rollback-function).


4.2 Internals


4.2.1 Ordinary functions

Function: set-rollback-function (op rollback-fn)
Package

rollback.

Source

rollback.lisp.

Setf expanders to this function

(setf rollback-function).


Appendix A Indexes


A.1 Concepts


A.3 Variables