mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-10 04:51:17 +00:00
Added parsing of anchors, aliases, and tags (still no semantics yet).
Fixed a silly bug in the simple key pushing (queues are FIFO!).
This commit is contained in:
@@ -13,6 +13,7 @@ namespace YAML
|
||||
Sequence();
|
||||
virtual ~Sequence();
|
||||
|
||||
void Clear();
|
||||
virtual void Parse(Scanner *pScanner);
|
||||
virtual void Write(std::ostream& out, int indent);
|
||||
|
||||
|
Reference in New Issue
Block a user