Changeset 171
- Timestamp:
- Jan 3, 2004, 11:35:13 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/ccl/library/lispequ.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/library/lispequ.lisp
r113 r171 1220 1220 ) 1221 1221 1222 (def-accessors (foreign-object-domain) %svref 1223 nil ; foreign-object-domain 1224 foreign-object-domain-index ; 1..n 1225 foreign-object-domain-name ; 1226 foreign-object-domain-recognize ; function: is object one of ours ? 1227 foreign-object-domain-class-of ; function: returns class of object 1228 foreign-object-domain-classp ; function: true if object is a class 1229 foreign-object-domain-instance-class-wrapper ; function: returns wrapper of object's class 1230 foreign-object-domain-class-own-wrapper ; function: returns class own wrapper if class 1231 foreign-object-domain-slots-vector ; returns slots vector of object or nil 1232 ) 1233 1222 1234 (provide "LISPEQU") 1223 1235
Note:
See TracChangeset
for help on using the changeset viewer.
