scalar_data>> ( object -- value )


Vocabulary
accessors

Inputs
objectan object


Outputs
valuean object


Definition

GENERIC: scalar_data>> ( object -- value )


Methods

M: yaml_emitter_t scalar_data>>
T{ struct-slot-spec
{ name "scalar_data" }
{ offset 360 }
{ class yaml_emitter_scalar_data }
{ initial
S{ yaml_emitter_scalar_data
{ value f }
{ length 0 }
{ multiline 0 }
{ flow_plain_allowed 0 }
{ block_plain_allowed 0 }
{ single_quoted_allowed 0 }
{ block_allowed 0 }
{ style YAML_ANY_SCALAR_STYLE }
}
}
{ type yaml_emitter_scalar_data }
} read-struct-slot ; inline