Added flow map, simple key/value

This commit is contained in:
Jesse Beder
2012-05-22 16:36:07 -05:00
parent b8a87c43bc
commit 0e3e6791ff
4 changed files with 115 additions and 2 deletions

View File

@@ -38,6 +38,7 @@ namespace YAML
void SetTag();
void SetNonContent();
void SetLongKey();
void ForceFlow();
void StartedScalar();
void StartedGroup(GroupType::value type);
void EndedGroup(GroupType::value type);