- 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:
rtweeks21
2010-10-16 09:08:03 +00:00
parent 3126507ab9
commit 7d1508e090
11 changed files with 210 additions and 14 deletions

View File

@@ -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;