Private to mlt_properties_s, a self-growing buffer for building strings.
More...
Detailed Description
Private to mlt_properties_s, a self-growing buffer for building strings.
Member Function Documentation
| static void indent_yaml |
( |
strbuf |
output, |
|
|
int |
indent |
|
) |
| [inline, private] |
Indent a line of YAML Tiny.
- Parameters:
-
| output | a string buffer |
| indent | the number of spaces to indent |
| static void output_yaml_block_literal |
( |
strbuf |
output, |
|
|
const char * |
value, |
|
|
int |
indent |
|
) |
| [private] |
Convert a line string into a YAML block literal.
- Parameters:
-
| output | a string buffer |
| value | the string to format as a block literal |
| indent | the number of spaces to indent |
| static void strbuf_close |
( |
strbuf |
buffer | ) |
[private] |
Destroy a string buffer.
- Parameters:
-
| buffer | the string buffer to close |
| static strbuf strbuf_new |
( |
| ) |
[private] |
Create a new string buffer.
- Returns:
- a new string buffer
| static char * strbuf_printf |
( |
strbuf |
buffer, |
|
|
const char * |
format, |
|
|
|
... |
|
) |
| [private] |
Format a string into a string buffer.
A variable number of arguments follows the format string - one for each format specifier.
- Parameters:
-
| buffer | the string buffer to write into |
| format | a string that contains text and formatting instructions |
- Returns:
- the formatted string
Field Documentation
The documentation for this struct was generated from the following file: