Warning, file /include/yaml-cpp/emitterdef.h was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001 #ifndef EMITTERDEF_H_62B23520_7C8E_11DE_8A39_0800200C9A66
0002 #define EMITTERDEF_H_62B23520_7C8E_11DE_8A39_0800200C9A66
0003
0004 #if defined(_MSC_VER) || \
0005 (defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \
0006 (__GNUC__ >= 4))
0007 #pragma once
0008 #endif
0009
0010 namespace YAML {
0011 struct EmitterNodeType {
0012 enum value { NoType, Property, Scalar, FlowSeq, BlockSeq, FlowMap, BlockMap };
0013 };
0014 }
0015
0016 #endif