addr>> ( object -- value )


Vocabulary
accessors

Inputs
objectan object


Outputs
valuean object


Definition

GENERIC: addr>> ( object -- value )


Methods










M: section addr>>
T{ struct-slot-spec
{ name "addr" }
{ offset 32 }
{ class fixnum }
{ initial 0 }
{ type uint }
} read-struct-slot ; inline



M: section_64 addr>>
T{ struct-slot-spec
{ name "addr" }
{ offset 32 }
{ class integer }
{ initial 0 }
{ type ulonglong }
} read-struct-slot ; inline









M: sockaddr-in addr>>
T{ struct-slot-spec
{ name "addr" }
{ offset 4 }
{ class fixnum }
{ initial 0 }
{ type in_addr_t }
} read-struct-slot ; inline