Added directives and tags.

This commit is contained in:
Jesse Beder 2008-06-30 04:22:41 +00:00
parent 2b8628922f
commit 07d4cac48f
6 changed files with 120 additions and 159 deletions

1
exp.h
View file

@ -57,6 +57,7 @@ namespace YAML
namespace Keys
{
const char Directive = '%';
const char FlowSeqStart = '[';
const char FlowSeqEnd = ']';
const char FlowMapStart = '{';