Handbook
Glossary
header-length<< ( value object -- )
Vocabulary
accessors
Inputs
value
an
object
object
an
object
Outputs
None
Definition
IN:
accessors
GENERIC:
header-length<<
( value object -- )
Methods
USING:
accessors
alien.c-types
classes.struct
classes.struct.private
dbf
math
;
M:
dbf-file-header
header-length<<
T{
struct-slot-spec
{
name
"header-length"
}
{
offset 8
}
{
class
fixnum
}
{
initial 0
}
{
type
uint16_t
}
}
write-struct-slot
;
inline
USING:
accessors
images.bitmap
slots.private
;
M:
file-header
header-length<<
7
set-slot
;
inline