This is the persistent-variables Reference Manual, version 1.0.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 07:16:08 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
persistent-variables
A library for persistent global variables.
Warren Wilkinson <warrenwilkinson@gmail.com>
lgpl2
1.0.0
persistent-variables.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
persistent-variables/persistent-variables.asd
persistent-variables
(system).
persistent-variables/persistent-variables.lisp
persistent-variables
(system).
*default-set*
(special variable).
defpvar
(macro).
expression
(reader method).
name
(reader method).
persist
(function).
print-object
(method).
pv-load
(function).
pv-save
(function).
text
(reader method).
unloadable-variable
(condition).
unpersist
(function).
*loaded*
(special variable).
*persisted*
(special variable).
cached-string
(function).
cached-string-forget
(function).
pv-read
(function).
Packages are listed by definition order.
persistent-variables
pv
common-lisp
.
*default-set*
(special variable).
defpvar
(macro).
expression
(generic reader).
name
(generic reader).
persist
(function).
pv-load
(function).
pv-save
(function).
text
(generic reader).
unloadable-variable
(condition).
unpersist
(function).
*loaded*
(special variable).
*persisted*
(special variable).
cached-string
(function).
cached-string-forget
(function).
pv-read
(function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Define persistent variable, it’ll take it’s cached value if available.
Add a variable to persistence serialization.
Load variable bindings from stream and set persistent-variables..
Save all defpvar values to stream.
Remove a variable from persistence serialization.
unloadable-variable
)) ¶unloadable-variable
)) ¶name
.
unloadable-variable
)) ¶text
.
Store loaded values that are missing their corresponding variables.
Jump to: | C D E F G M N P T U |
---|
Jump to: | C D E F G M N P T U |
---|
Jump to: | *
E N S T |
---|
Jump to: | *
E N S T |
---|
Jump to: | C F P S U |
---|
Jump to: | C F P S U |
---|