noncopyable.h
Go to the documentation of this file.
1 #ifndef NONCOPYABLE_H_62B23520_7C8E_11DE_8A39_0800200C9A66_PM
2 #define NONCOPYABLE_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 #include "yaml-cpp-pm/dll.h"
9 
10 namespace YAML_PM
11 {
12  // this is basically boost::noncopyable
14  {
15  protected:
18 
19  private:
20  noncopyable(const noncopyable&);
21  const noncopyable& operator = (const noncopyable&);
22  };
23 }
24 
25 #endif // NONCOPYABLE_H_62B23520_7C8E_11DE_8A39_0800200C9A66_PM
#define YAML_CPP_API
Definition: dll.h:25


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