-
Notifications
You must be signed in to change notification settings - Fork 8
/
class-direct-slots.html
66 lines (54 loc) · 1.76 KB
/
class-direct-slots.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<HTML>
<HEAD>
<TITLE>class-direct-slots</TITLE>
<LINK rel="stylesheet" type="text/css" href="clos-mop.css">
</HEAD>
<BODY>
<nav><ul class=navigation>
<li class=navigation>
<a href="table-of-contents.html" title="Table of contents"><img src="toc.png" alt="TOC"></a>
</li>
<li class=navigation>
<a href="all-no-methods.html" title="Up"><img src="up.png" alt="Up"></a>
</li>
</ul></nav>
<A NAME="class-direct-slots"><I>Generic Function</I> <B>CLASS-DIRECT-SLOTS</B>
<P><B>Syntax:</B></P>
<P><B>class-direct-slots</B> <I>class</I> =>
<I>slots</I>
<P><B>Arguments and values:</B></P>
<P><I>class</I> -- A class metaobject.</P>
<P><I>slots</I> -- List of direct slot definition metaobjects.</P>
<P><B>Description:</B></P>
<p>
Returns a set of the direct slots of <I>class</I>. The elements of
this set are direct slot definition metaobjects. If the class has no
direct slots, the empty set is returned. This is the defaulted value
of the <TT>:direct-slots</TT> initialization argument that was
associated with the class during initialization and reinitialization.
</p>
<P><B>Methods:</B></P>
<table>
<tr>
<td><a href="class-direct-slots-standard-class.html">
<B>class-direct-slots</B> (<I>class</I> standard-class)</a>
</td>
</tr>
<tr>
<td><a href="class-direct-slots-funcallable-standard-class.html">
<B>class-direct-slots</B> (<I>class</I> funcallable-standard-class)</a>
</td>
</tr>
<tr>
<td><a href="class-direct-slots-forward-referenced-class.html">
<B>class-direct-slots</B> (<I>class</I> forward-referenced-class)</a>
</td>
</tr>
<tr>
<td><a href="class-direct-slots-built-in-class.html">
<B>class-direct-slots</B> (<I>class</I> built-in-class)</a>
</td>
</tr>
</table>
</BODY>
</HTML>