Added YAML::Newline manipulator for the emitter

This commit is contained in:
jbeder
2010-10-21 22:02:29 +00:00
parent 7bad58ba47
commit 59745a4cff
5 changed files with 63 additions and 4 deletions

View File

@@ -78,6 +78,7 @@ namespace YAML
void EmitEndMap();
void EmitKey();
void EmitValue();
void EmitNewline();
void EmitKindTag();
void EmitTag(bool verbatim, const _Tag& tag);

View File

@@ -12,6 +12,7 @@ namespace YAML
// general manipulators
Auto,
TagByKind,
Newline,
// output character set
EmitNonAscii,