mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 14:31:24 +12:00
Added an iterator class that can iterate through both sequence and map nodes.
This commit is contained in:
parent
f7358701f2
commit
d56b54b34f
16 changed files with 393 additions and 105 deletions
|
@ -14,6 +14,9 @@ namespace YAML
|
|||
virtual ~Sequence();
|
||||
|
||||
void Clear();
|
||||
virtual bool GetBegin(std::vector <Node *>::const_iterator& it);
|
||||
virtual bool GetEnd(std::vector <Node *>::const_iterator& it);
|
||||
|
||||
virtual void Parse(Scanner *pScanner, const ParserState& state);
|
||||
virtual void Write(std::ostream& out, int indent);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue