mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-10 04:51:17 +00:00
Added an iterator class that can iterate through both sequence and map nodes.
This commit is contained in:
2
map.h
2
map.h
@@ -14,6 +14,8 @@ namespace YAML
|
||||
virtual ~Map();
|
||||
|
||||
void Clear();
|
||||
virtual bool GetBegin(std::map <Node *, Node *>::const_iterator& it);
|
||||
virtual bool GetEnd(std::map <Node *, Node *>::const_iterator& it);
|
||||
virtual void Parse(Scanner *pScanner, const ParserState& state);
|
||||
virtual void Write(std::ostream& out, int indent);
|
||||
|
||||
|
Reference in New Issue
Block a user