Changeset 171


Ignore:
Timestamp:
Jan 3, 2004, 11:35:13 AM (21 years ago)
Author:
Gary Byers
Message:

Move FOREIGN-OBJECT-DOMAIN accessors here.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/library/lispequ.lisp

    r113 r171  
    12201220  )
    12211221
     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
    12221234(provide "LISPEQU")
    12231235
Note: See TracChangeset for help on using the changeset viewer.