addr<< ( value object -- )


Vocabulary
accessors

Inputs
valuean object
objectan object


Outputs
None

Definition

GENERIC: addr<< ( value object -- )


Methods










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



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









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