Handbook Glossary
factorcode.org
start_mark>> ( object -- value )


Vocabulary
accessors

Inputs
objectan object


Outputs
valuean object


Definition
IN: accessors

GENERIC: start_mark>> ( object -- value )


Methods
USING: accessors slots.private yaml.private ;

M: factor_yaml_event_t start_mark>> 4 slot ; inline


USING: accessors classes.struct classes.struct.private yaml.ffi
;

M: yaml_document_t start_mark>>
T{ struct-slot-spec
{ name "start_mark" }
{ offset 32 }
{ class yaml_mark_t }
{ initial
S{ yaml_mark_t { index 0 } { line 0 } { column 0 } }
}
{ type yaml_mark_t }
} read-struct-slot ; inline


USING: accessors classes.struct classes.struct.private yaml.ffi
;

M: yaml_event_t start_mark>>
T{ struct-slot-spec
{ name "start_mark" }
{ offset 32 }
{ class yaml_mark_t }
{ initial
S{ yaml_mark_t { index 0 } { line 0 } { column 0 } }
}
{ type yaml_mark_t }
} read-struct-slot ; inline


USING: accessors classes.struct classes.struct.private yaml.ffi
;

M: yaml_node_t start_mark>>
T{ struct-slot-spec
{ name "start_mark" }
{ offset 24 }
{ class yaml_mark_t }
{ initial
S{ yaml_mark_t { index 0 } { line 0 } { column 0 } }
}
{ type yaml_mark_t }
} read-struct-slot ; inline


USING: accessors classes.struct classes.struct.private yaml.ffi
;

M: yaml_token_t start_mark>>
T{ struct-slot-spec
{ name "start_mark" }
{ offset 16 }
{ class yaml_mark_t }
{ initial
S{ yaml_mark_t { index 0 } { line 0 } { column 0 } }
}
{ type yaml_mark_t }
} read-struct-slot ; inline