mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 20:51:16 +00:00
This commit is contained in:
@@ -14,6 +14,8 @@ namespace YAML
|
||||
virtual void Parse(Scanner *pScanner, const ParserState& state);
|
||||
virtual void Write(std::ostream& out, int indent, bool startedLine, bool onlyOneCharOnLine);
|
||||
|
||||
virtual CONTENT_TYPE GetType() const;
|
||||
|
||||
// extraction
|
||||
virtual void Read(std::string& s);
|
||||
virtual void Read(int& i);
|
||||
|
Reference in New Issue
Block a user