mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-11-25 12:01:43 +00:00
Implemented begin/end doc
This commit is contained in:
@@ -81,8 +81,6 @@ namespace YAML
|
||||
void EmitEndSeq();
|
||||
void EmitBeginMap();
|
||||
void EmitEndMap();
|
||||
void EmitKey();
|
||||
void EmitValue();
|
||||
void EmitNewline();
|
||||
void EmitKindTag();
|
||||
void EmitTag(bool verbatim, const _Tag& tag);
|
||||
|
||||
Reference in New Issue
Block a user