Handbook
Glossary
image-offset<< ( value object -- )
Vocabulary
accessors
Inputs
value
an
object
object
an
object
Outputs
None
Definition
IN:
accessors
GENERIC:
image-offset<<
( value object -- )
Methods
USING:
accessors
alien.c-types
classes.struct
classes.struct.private
math
tools.image
;
M:
embedded-image-footer.32
image-offset<<
T{
struct-slot-spec
{
name
"image-offset"
}
{
offset 12
}
{
class
fixnum
}
{
initial 0
}
{
type
u32
}
}
write-struct-slot
;
inline
USING:
accessors
alien.c-types
classes.struct
classes.struct.private
math
tools.image
;
M:
embedded-image-footer.64
image-offset<<
T{
struct-slot-spec
{
name
"image-offset"
}
{
offset 8
}
{
class
integer
}
{
initial 0
}
{
type
u64
}
}
write-struct-slot
;
inline