mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 12:41:17 +00:00
- Reintegrated the other-tags branch into my staging branch. Local edits were required to integrate with the changes from the event-api branch.
This commit is contained in:
@@ -77,6 +77,8 @@ namespace YAML
|
||||
void EmitEndMap();
|
||||
void EmitKey();
|
||||
void EmitValue();
|
||||
void EmitKindTag();
|
||||
void EmitTag(bool verbatim, const _Tag& tag);
|
||||
|
||||
private:
|
||||
ostream m_stream;
|
||||
|
Reference in New Issue
Block a user