mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 20:51:16 +00:00
Added an iterator class that can iterate through both sequence and map nodes.
This commit is contained in:
@@ -16,6 +16,7 @@ namespace YAML
|
||||
|
||||
void Clear();
|
||||
void Parse(Scanner *pScanner, const ParserState& state);
|
||||
const Node& GetRoot() const;
|
||||
|
||||
friend std::ostream& operator << (std::ostream& out, const Document& doc);
|
||||
|
||||
|
Reference in New Issue
Block a user