Added directives and tags.

This commit is contained in:
beder
2008-06-30 04:22:41 +00:00
parent b58c0c94e4
commit a93584b065
6 changed files with 120 additions and 159 deletions

View File

@@ -34,12 +34,6 @@ namespace YAML
void VerifyAllSimpleKeys();
bool IsWhitespaceToBeEaten(char ch);
bool IsDocumentStart();
bool IsDocumentEnd();
bool IsBlockEntry();
bool IsKey();
bool IsValue();
bool IsPlainScalar();
struct SimpleKey {
SimpleKey(int pos_, int line_, int column_, int flowLevel_);