Go to the documentation of this file.00001 #ifndef LTNODE_H_62B23520_7C8E_11DE_8A39_0800200C9A66_PM
00002 #define LTNODE_H_62B23520_7C8E_11DE_8A39_0800200C9A66_PM
00003
00004 #if defined(_MSC_VER) || (defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || (__GNUC__ >= 4)) // GCC supports "pragma once" correctly since 3.4
00005 #pragma once
00006 #endif
00007
00008
00009 namespace YAML_PM
00010 {
00011 class Node;
00012
00013 struct ltnode {
00014 bool operator()(const Node *pNode1, const Node *pNode2) const;
00015 };
00016 }
00017
00018 #endif // LTNODE_H_62B23520_7C8E_11DE_8A39_0800200C9A66_PM