lispdoc - results for structure-object |
structure-object | Undocumented
|
| Mentioned in: CLtL2 - 23.4. Loading Files HyperSpec - Class STRUCTURE-OBJECT | |
structure-class | Undocumented
|
Example:(defun super-layout (super) (etypecase super (symbol (get-layout (find-class super))) (structure-class (super-layout (dd-name (info-or-die super)))))) | Mentioned in: CLtL2 - 19.2. How to Use Defstruct CLtL2 - 23.4. Loading Files CLtL2 - 28.1.4. Integrating Types and Classes CLtL2 - 28.1.8.2. Standard Metaclasses CLtL2 - 4.9. Determining the Type of an Object HyperSpec - System Class STRUCTURE-CLASS |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
| By Bill Moorier |