Handbook
Glossary
problem>> ( object -- value )
Vocabulary
accessors
Inputs
object
an
object
Outputs
value
an
object
Definition
IN:
accessors
GENERIC:
problem>>
( object -- value )
Methods
USING:
accessors
slots.private
yaml
;
M:
libyaml-emitter-error
problem>>
3
slot
;
inline
USING:
accessors
slots.private
yaml
;
M:
libyaml-parser-error
problem>>
3
slot
;
inline
USING:
accessors
alien.c-types
classes.struct
classes.struct.private
kernel
yaml.ffi
;
M:
yaml_emitter_t
problem>>
T{
struct-slot-spec
{
name
"problem"
}
{
offset 8
}
{
class
object
}
{
type
c-string
}
}
read-struct-slot
;
inline
USING:
accessors
alien.c-types
classes.struct
classes.struct.private
kernel
yaml.ffi
;
M:
yaml_parser_t
problem>>
T{
struct-slot-spec
{
name
"problem"
}
{
offset 8
}
{
class
object
}
{
type
c-string
}
}
read-struct-slot
;
inline