Handbook
Glossary
address>> ( object -- value )
Vocabulary
accessors
Inputs
object
an
object
Outputs
value
an
object
Definition
IN:
accessors
GENERIC:
address>>
( object -- value )
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
}
}
read-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
}
}
read-struct-slot
;
inline
USING:
accessors
slots.private
tools.image.analyzer.vm
;
M:
heap-node
address>>
2
slot
;
inline
USING:
accessors
io.mmap
slots.private
;
M:
mapped-file
address>>
4
slot
;
inline
USING:
accessors
io.sockets
kernel.private
mongodb.connection
slots.private
;
M:
mdb-node
address>>
3
slot
{
inet
}
declare
;
inline
USING:
accessors
mongodb.connection
slots.private
;
M:
mongod-connection-error
address>>
2
slot
;
inline