mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 20:51:16 +00:00
Removed the document class (since it's really just a root node, and that's it).
This commit is contained in:
4
parser.h
4
parser.h
@@ -4,7 +4,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <map>
|
||||
#include "document.h"
|
||||
#include "node.h"
|
||||
#include "parserstate.h"
|
||||
|
||||
namespace YAML
|
||||
@@ -20,7 +20,7 @@ namespace YAML
|
||||
|
||||
operator bool() const;
|
||||
|
||||
void GetNextDocument(Document& document);
|
||||
void GetNextDocument(Node& document);
|
||||
void PrintTokens(std::ostream& out);
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user