This is the trivial-variable-bindings Reference Manual, version 0.1.7, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 07:57:52 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
trivial-variable-bindings
Offers a way to handle associations between a place-holder (aka. variable) and a value.
Eric Diethelm <ediethelm@yahoo.com>
MIT
0.1.7
trivial-utilities
(system).
iterate
(system).
package.lisp
(file).
trivial-variable-bindings.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
trivial-variable-bindings/trivial-variable-bindings.asd
trivial-variable-bindings/package.lisp
trivial-variable-bindings/trivial-variable-bindings.lisp
trivial-variable-bindings/trivial-variable-bindings.asd
trivial-variable-bindings
(system).
trivial-variable-bindings/package.lisp
trivial-variable-bindings
(system).
trivial-variable-bindings/trivial-variable-bindings.lisp
trivial-variable-bindings
(system).
bindings
(class).
bound-value
(reader method).
(setf bound-value)
(writer method).
bound-variable
(reader method).
bound-variable-value
(function).
(setf bound-variable-value)
(function).
bound-variables
(reader method).
(setf bound-variables)
(writer method).
clone
(method).
contains
(function).
equals
(method).
equals
(method).
equals
(method).
place-holder
(class).
place-holder-name
(reader method).
print-object
(method).
print-object
(method).
print-object
(method).
remove-bound-variable
(function).
variable-binding
(class).
Packages are listed by definition order.
trivial-variable-bindings
common-lisp
.
bindings
(class).
bound-value
(generic reader).
(setf bound-value)
(generic writer).
bound-variable
(generic reader).
bound-variable-value
(function).
(setf bound-variable-value)
(function).
bound-variables
(generic reader).
(setf bound-variables)
(generic writer).
contains
(function).
place-holder
(class).
place-holder-name
(generic reader).
remove-bound-variable
(function).
variable-binding
(class).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Return the value associated to the *place-holder* **VAR** in the *bindings* container **BINDINGS**, if any. Otherwise return the *place-holder* **VAR** itself.
Verify that a *place-holder* **VAR** is bound to a specific value in the *bindings* container **BINDINGS**.
Delete the bound *place-holder* **VAR** in the *bindings* container **BINDINGS**.
variable-binding
)) ¶automatically generated reader method
variable-binding
)) ¶automatically generated writer method
variable-binding
)) ¶automatically generated reader method
place-holder
)) ¶automatically generated reader method
name
.
bindings
) &key &allow-other-keys) ¶Make a deep copy of the given *bindings* container **BINDINGS**.
trivial-utilities
.
place-holder
) (rhs place-holder
) &key &allow-other-keys) ¶Compares two place-holder for equality. Only equally named place-holders are equal.
trivial-utilities
.
bindings
) (rhs bindings
) &key &allow-other-keys) ¶Compares two bindings for equality.
trivial-utilities
.
variable-binding
) (rhs variable-binding
) &key &allow-other-keys) ¶Compares two bound-variables for equality.
trivial-utilities
.
place-holder
) out) ¶variable-binding
) out) ¶A set of named variabled bound to corresponding values.
list
:bound-variables
A named variable.
:name
This slot is read-only.
The binding of a named variable to a specific value.
Jump to: | (
B C E F G M P R |
---|
Jump to: | (
B C E F G M P R |
---|
Jump to: | B N S V |
---|
Index Entry | Section | ||
---|---|---|---|
| |||
B | |||
bound-variables : | Public classes | ||
| |||
N | |||
name : | Public classes | ||
| |||
S | |||
Slot, bound-variables : | Public classes | ||
Slot, name : | Public classes | ||
Slot, value : | Public classes | ||
Slot, variable : | Public classes | ||
| |||
V | |||
value : | Public classes | ||
variable : | Public classes | ||
|
Jump to: | B N S V |
---|
Jump to: | B C F P S T V |
---|
Jump to: | B C F P S T V |
---|