Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/yaml-cpp/yaml.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 #ifndef YAML_H_62B23520_7C8E_11DE_8A39_0800200C9A66
0002 #define YAML_H_62B23520_7C8E_11DE_8A39_0800200C9A66
0003 
0004 #if defined(_MSC_VER) ||                                            \
0005     (defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \
0006      (__GNUC__ >= 4))  // GCC supports "pragma once" correctly since 3.4
0007 #pragma once
0008 #endif
0009 
0010 #include "yaml-cpp/parser.h"
0011 #include "yaml-cpp/emitter.h"
0012 #include "yaml-cpp/emitterstyle.h"
0013 #include "yaml-cpp/stlemitter.h"
0014 #include "yaml-cpp/exceptions.h"
0015 
0016 #include "yaml-cpp/node/node.h"
0017 #include "yaml-cpp/node/impl.h"
0018 #include "yaml-cpp/node/convert.h"
0019 #include "yaml-cpp/node/iterator.h"
0020 #include "yaml-cpp/node/detail/impl.h"
0021 #include "yaml-cpp/node/parse.h"
0022 #include "yaml-cpp/node/emit.h"
0023 
0024 #endif  // YAML_H_62B23520_7C8E_11DE_8A39_0800200C9A66