|  | ANSI Common Lisp  4 Types and Classes  4.4 Dictionary of Types and Classes 
 
| 4.4.13  structure-object | Class |  
 
 Class Precedence List:
structure-object,
t
Description:
The class structure-object is an instance of structure-class
and is a superclass of every class 
that is an instance of structure-class
except itself, and is a superclass of every class 
that is defined by defstruct.
 
See Also:
defstruct,
Section 2.4.8.13 Sharpsign S,
Section 22.1.3.12 Printing Structures
Allegro CL Implementation Details:
 None. |