Handbook
Glossary
address<< ( value object -- )
Vocabulary
accessors
Inputs
value
an
object
object
an
object
Outputs
None
Definition
IN:
accessors
GENERIC:
address<<
( value object -- )
Methods
USING:
accessors
classes.struct
classes.struct.private
math
tools.image.analyzer.vm
vm
;
M:
alien
address<<
T{
struct-slot-spec
{
name
"address"
}
{
offset 32
}
{
class
integer
}
{
initial 0
}
{
type
cell_t
}
}
write-struct-slot
;
inline
USING:
accessors
alien.c-types
classes.struct
classes.struct.private
dbf
math
;
M:
dbf-field-header
address<<
T{
struct-slot-spec
{
name
"address"
}
{
offset 12
}
{
class
fixnum
}
{
initial 0
}
{
type
uint32_t
}
}
write-struct-slot
;
inline
USING:
accessors
slots.private
tools.image.analyzer.vm
;
M:
heap-node
address<<
2
set-slot
;
inline
USING:
accessors
io.mmap
slots.private
;
M:
mapped-file
address<<
4
set-slot
;
inline
USING:
accessors
io.sockets
kernel
mongodb.connection
slots
slots.private
;
M:
mdb-node
address<<
[
dup
inet?
[
\
inet
bad-slot-value
]
unless
]
dip
3
set-slot
;
inline