Handbook
Glossary
fileoff>> ( object -- value )
Vocabulary
accessors
Inputs
object
an
object
Outputs
value
an
object
Definition
IN:
accessors
GENERIC:
fileoff>>
( object -- value )
Methods
USING:
accessors
alien.c-types
classes.struct
classes.struct.private
macho
math
;
M:
segment_command
fileoff>>
T{
struct-slot-spec
{
name
"fileoff"
}
{
offset 32
}
{
class
fixnum
}
{
initial 0
}
{
type
uint
}
}
read-struct-slot
;
inline
USING:
accessors
alien.c-types
classes.struct
classes.struct.private
macho
math
;
M:
segment_command_64
fileoff>>
T{
struct-slot-spec
{
name
"fileoff"
}
{
offset 40
}
{
class
integer
}
{
initial 0
}
{
type
ulonglong
}
}
read-struct-slot
;
inline