|
Ruby
2.0.0p481(2014-05-08revision45883)
|
#include "yaml_private.h"
Go to the source code of this file.
Functions | |
| static int | yaml_emitter_set_writer_error (yaml_emitter_t *emitter, const char *problem) |
| yaml_emitter_flush (yaml_emitter_t *emitter) | |
| Flush the accumulated characters to the output. | |
| static int yaml_emitter_set_writer_error | ( | yaml_emitter_t * | emitter, |
| const char * | problem | ||
| ) | [static] |
Definition at line 19 of file writer.c.
References YAML_WRITER_ERROR.
Referenced by yaml_emitter_flush().
1.7.6.1