Moved scalar scanning-related parameters to a struct.

Renamed the valid/possible tokens to a single variable status with enums valid, invalid, and unverified.
This commit is contained in:
beder
2008-06-29 17:39:33 +00:00
parent 6efc5614ec
commit 4de9cb48a5
10 changed files with 104 additions and 50 deletions

View File

@@ -26,8 +26,8 @@ namespace YAML
void PopIndentTo(int column);
void InsertSimpleKey();
bool ValidateSimpleKey();
void ValidateAllSimpleKeys();
bool VerifySimpleKey();
void VerifyAllSimpleKeys();
void Scan();