rapidyaml  0.12.0
parse and emit YAML, and do it fast
writer.hpp File Reference
#include "./error.hpp"
#include <stdio.h>
#include <string.h>

Go to the source code of this file.

Classes

struct  c4::yml::WriterFile
 A writer that outputs to a file. More...
 
struct  c4::yml::WriterOStream< OStream >
 A writer that outputs to an STL-like ostream. More...
 
struct  c4::yml::WriterBuf
 a writer to a substr More...
 

Namespaces

 c4
 (Undefined by default) Use shorter error message from checks/asserts: do not show the check condition in the error message.
 
 c4::yml