path<< ( value object -- )


Vocabulary
accessors

Inputs
valuean object
objectan object


Outputs
None

Definition

GENERIC: path<< ( value object -- )


Methods



















M: dll path<<
T{ struct-slot-spec
{ name "path" }
{ offset 8 }
{ class integer }
{ initial 0 }
{ type cell_t }
} write-struct-slot ; inline










































M: rpath_command path<<
T{ struct-slot-spec
{ name "path" }
{ offset 8 }
{ class lc_str }
{ initial S{ lc_str { offset 0 } { ptr f } } }
{ type lc_str }
} write-struct-slot ; inline






M: sockaddr-un path<<
T{ struct-slot-spec
{ name "path" }
{ offset 2 }
{ class object }
{ type { char 104 } }
} write-struct-slot ; inline