mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-10 04:51:17 +00:00
Tags, anchors, and aliases are all parsed now.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <ios>
|
||||
#include "parserstate.h"
|
||||
|
||||
namespace YAML
|
||||
{
|
||||
@@ -14,7 +15,7 @@ namespace YAML
|
||||
~Document();
|
||||
|
||||
void Clear();
|
||||
void Parse(Scanner *pScanner);
|
||||
void Parse(Scanner *pScanner, const ParserState& state);
|
||||
|
||||
friend std::ostream& operator << (std::ostream& out, const Document& doc);
|
||||
|
||||
|
Reference in New Issue
Block a user