Handbook
Glossary
storage>> ( object -- value )
Vocabulary
accessors
Inputs
object
an
object
Outputs
value
an
object
Definition
IN:
accessors
GENERIC:
storage>>
( object -- value )
Methods
USING:
accessors
alien.c-types
classes.struct
classes.struct.private
math
ogg
;
M:
ogg-sync-state
storage>>
T{
struct-slot-spec
{
name
"storage"
}
{
offset 8
}
{
class
fixnum
}
{
initial 0
}
{
type
int
}
}
read-struct-slot
;
inline
USING:
accessors
alien.c-types
classes.struct
classes.struct.private
math
ogg
;
M:
oggpack-buffer
storage>>
T{
struct-slot-spec
{
name
"storage"
}
{
offset 32
}
{
class
integer
}
{
initial 0
}
{
type
long
}
}
read-struct-slot
;
inline