mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 12:41:17 +00:00
This commit is contained in:
@@ -13,6 +13,8 @@ namespace YAML
|
||||
class Content;
|
||||
class Scanner;
|
||||
|
||||
enum CONTENT_TYPE { CT_NONE, CT_SCALAR, CT_SEQUENCE, CT_MAP };
|
||||
|
||||
class Node
|
||||
{
|
||||
public:
|
||||
@@ -23,6 +25,8 @@ namespace YAML
|
||||
void Parse(Scanner *pScanner, const ParserState& state);
|
||||
void Write(std::ostream& out, int indent, bool startedLine, bool onlyOneCharOnLine) const;
|
||||
|
||||
CONTENT_TYPE GetType() const;
|
||||
|
||||
// accessors
|
||||
Iterator begin() const;
|
||||
Iterator end() const;
|
||||
|
Reference in New Issue
Block a user