Next: Introduction, Previous: (dir), Up: (dir) [Contents][Index]
This is the cl-singleton-mixin Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Aug 15 04:02:27 2022 GMT+0.
Next: Systems, Previous: The cl-singleton-mixin Reference Manual, Up: The cl-singleton-mixin Reference Manual [Contents][Index]
Cl-singleton-mixin simply provides singleton-mixin class by using metap (https://github.com/hipeta/metap).
(ql:quickload :cl-singleton-mixin)
(defclass some-singleton (singleton-mixin) ())
(eq (make-instance 'some-singleton)
(make-instance 'some-singleton)) ; => T
(defclass some-child (some-singleton) ())
(eq (make-instance 'some-child)
(make-instance 'some-child)) ; => T
(ql:quickload :cl-singleton-mixin)
Cl-singleton-mixin is released under the MIT License, see LICENSE file.
Next: Files, Previous: Introduction, Up: The cl-singleton-mixin Reference Manual [Contents][Index]
The main system appears first, followed by any subsystem dependency.
provides singleton-mixin class.
hipeta
MIT
cl-singleton-mixin.lisp (file).
Next: Packages, Previous: Systems, Up: The cl-singleton-mixin Reference Manual [Contents][Index]
Files are sorted by type and then listed depth-first from the systems components trees.
Next: cl-singleton-mixin/cl-singleton-mixin.lisp, Previous: Lisp, Up: Lisp [Contents][Index]
cl-singleton-mixin (system).
Previous: cl-singleton-mixin/cl-singleton-mixin.asd, Up: Lisp [Contents][Index]
cl-singleton-mixin (system).
Next: Definitions, Previous: Files, Up: The cl-singleton-mixin Reference Manual [Contents][Index]
Packages are listed by definition order.
common-lisp.
Next: Indexes, Previous: Packages, Up: The cl-singleton-mixin Reference Manual [Contents][Index]
Definitions are sorted by export status, category, package, and then by lexicographic order.
Next: Internals, Previous: Definitions, Up: Definitions [Contents][Index]
Next: Standalone methods, Previous: Public Interface, Up: Public Interface [Contents][Index]
Next: Classes, Previous: Generic functions, Up: Public Interface [Contents][Index]
sb-mop.
sb-mop.
sb-mop.
Previous: Standalone methods, Up: Public Interface [Contents][Index]
standard-class.
Previous: Definitions, Up: The cl-singleton-mixin Reference Manual [Contents][Index]
Jump to: | G M R V |
---|
Jump to: | G M R V |
---|
Next: Data types, Previous: Functions, Up: Indexes [Contents][Index]
Jump to: | %
S |
---|
Index Entry | Section | ||
---|---|---|---|
| |||
% | |||
%the-singleton-instance : | Public classes | ||
| |||
S | |||
Slot, %the-singleton-instance : | Public classes | ||
|
Jump to: | %
S |
---|
Jump to: | C F P S |
---|
Jump to: | C F P S |
---|