mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 20:51:16 +00:00
Added directives and tags.
This commit is contained in:
@@ -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_);
|
||||
|
Reference in New Issue
Block a user