ltnode.h
Go to the documentation of this file.
1 #ifndef LTNODE_H_62B23520_7C8E_11DE_8A39_0800200C9A66_PM
2 #define LTNODE_H_62B23520_7C8E_11DE_8A39_0800200C9A66_PM
3 
4 #if defined(_MSC_VER) || (defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || (__GNUC__ >= 4)) // GCC supports "pragma once" correctly since 3.4
5 #pragma once
6 #endif
7 
8 
9 namespace YAML_PM
10 {
11  class Node;
12 
13  struct ltnode {
14  bool operator()(const Node *pNode1, const Node *pNode2) const;
15  };
16 }
17 
18 #endif // LTNODE_H_62B23520_7C8E_11DE_8A39_0800200C9A66_PM
bool operator()(const Node *pNode1, const Node *pNode2) const
Definition: node.cpp:17


libpointmatcher
Author(s):
autogenerated on Sat May 27 2023 02:38:02