Struct NodeType
Synopsis
#include <include/yaml-cpp/node/type.h>
struct NodeType
Description
No description yet.
Mentioned in
- Tutorial / Basic Parsing and Node Editing
- Breaking Changes / 0.2.6
- How To Parse A Document (Old API) / When Something Goes Wrong
Source
Lines 11-13 in include/yaml-cpp/node/type.h.
struct NodeType {
enum value { Undefined, Null, Scalar, Sequence, Map };
};