Expand description
API module for LibYML.
This module provides the public API functions for working with YAML data.
Structs§
- Create a SCALAR event.
Functions§
- Create an ALIAS event.
- Destroy an emitter.
- Initialize an emitter.
- Set the preferred line break.
- Set if the output should be in the “canonical” format as in the YAML specification.
- Set the output encoding.
- Set the indentation increment.
- Set a generic output handler.
- Set a string output.
- Set if unescaped non-ASCII characters are allowed.
- Set the preferred line width. -1 means unlimited.
- Free any memory allocated for an event object.
- Create a MAPPING-END event.
- Create a MAPPING-START event.
- Set the source encoding.
- Set a generic input handler.
- Set a string input.
- Create a SCALAR event.
- Create a SEQUENCE-END event.
- Create a SEQUENCE-START event.
- Create the STREAM-END event.
- Create the STREAM-START event.
- Free any memory allocated for a token object.