diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-03-16 21:10:45 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-03-16 21:10:45 -0700 |
commit | c609898ed0bdb212bd5b53758cd22f617d9760df (patch) | |
tree | 1b682bafec94f08afbfc5f774e586d3eeb6e6a91 /txr.1 | |
parent | 166ae3842267745d7ffea5aecf8eaf1f95d58e4a (diff) | |
download | txr-c609898ed0bdb212bd5b53758cd22f617d9760df.tar.gz txr-c609898ed0bdb212bd5b53758cd22f617d9760df.tar.bz2 txr-c609898ed0bdb212bd5b53758cd22f617d9760df.zip |
New function: static-slot-home.
* struct.c (struct_init): Register intrinsic function
static-slot-home.
(lookup_static_slot_desc_load): New static function.
(static_slot_home): New function.
* struct.h (static_slot_home): Declared.
* txr.1: Documented.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 34 |
1 files changed, 34 insertions, 0 deletions
@@ -23971,6 +23971,40 @@ which already have a slot called .meta name are ignored, as are their subtypes. +.coNP Function @ static-slot-home +.synb +.mets (static-slot-ensure < type << name ) +.syne +.desc +The +.code static-slot-home +method determines which structure type actually defines the +static slot +.meta name +present in struct type +.metn type . + +If +.meta type +isn't a struct type, or the name of a struct type, +the function throws an error. Likewise, if +.meta name +isn't a static slot of +.metn type . + +If +.meta name +is a static slot of +.meta type +then the function returns a struct type name symbol which is either +then name of +.meta type +itself, if the slot is defined specifically for +.meta type +or else the most distant ancestor of +.meta type +from which the slot is inherited. + .coNP Function @ call-super-method .synb .mets (call-super-method < struct-obj < name << argument *) |