mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 05:51:27 +12:00
Removed the document class (since it's really just a root node, and that's it).
This commit is contained in:
parent
2be40919de
commit
ed488e5197
7 changed files with 27 additions and 103 deletions
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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue