Removed the document class (since it's really just a root node, and that's it).

This commit is contained in:
Jesse Beder 2008-07-04 22:56:43 +00:00
parent 2be40919de
commit ed488e5197
7 changed files with 27 additions and 103 deletions

1
node.h
View file

@ -48,6 +48,7 @@ namespace YAML
void Parse(Scanner *pScanner, const ParserState& state);
void Write(std::ostream& out, int indent);
// accessors
Iterator begin() const;
Iterator end() const;
unsigned size() const;