scalar_data<< ( value object -- )


Vocabulary
accessors

Inputs
valuean object
objectan object


Outputs
None

Definition

GENERIC: scalar_data<< ( value object -- )


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 }
} write-struct-slot ; inline