![]() | ![]() | ![]() | standard-link-pointer | ![]() |
| [Class] |
Package :gbbopen
Module :gbbopen-core
Description
The class link-instance
, and the slot accessor,
See also
linkf
link-setf
link-instance-of
standard-gbbopen-instance
unlinkf
Example
Define a link-pointer object class that can be used to associate a value
with a link pointer:
(define-class link-ptr-with-value (standard-link-pointer) ((value :initform nil)))and an informative
(defmethod print-instance-slots ((obj link-ptr-with-value) stream) (call-next-method) (print-instance-slot-value obj 'value stream))
The GBBopen Project
![]() | ![]() | ![]() | standard-link-pointer | ![]() |