Handbook
Glossary
attributes<< ( value object -- )
Vocabulary
accessors
Inputs
value
an
object
object
an
object
Outputs
None
Definition
IN:
accessors
GENERIC:
attributes<<
( value object -- )
Methods
USING:
accessors
alien.c-types
classes.struct
classes.struct.private
math
x11.xlib
;
M:
XCharStruct
attributes<<
T{
struct-slot-spec
{
name
"attributes"
}
{
offset 10
}
{
class
fixnum
}
{
initial 0
}
{
type
ushort
}
}
write-struct-slot
;
inline
USING:
accessors
graphviz
graphviz.attributes
kernel
slots
slots.private
;
M:
edge
attributes<<
[
dup
edge-attributes?
[
\
edge-attributes
bad-slot-value
]
unless
]
dip
4
set-slot
;
inline
USING:
accessors
html5
slots.private
;
M:
end-tag
attributes<<
4
set-slot
;
inline
USING:
accessors
html.parser.analyzer
slots.private
;
M:
link
attributes<<
2
set-slot
;
inline
USING:
accessors
graphviz
graphviz.attributes
kernel
slots
slots.private
;
M:
node
attributes<<
[
dup
node-attributes?
[
\
node-attributes
bad-slot-value
]
unless
]
dip
3
set-slot
;
inline
USING:
accessors
html5
slots.private
;
M:
tag
attributes<<
4
set-slot
;
inline
USING:
accessors
html.parser
slots.private
;
M:
tag
attributes<<
3
set-slot
;
inline