anchor.h
Go to the documentation of this file.
1 #ifndef ANCHOR_H_62B23520_7C8E_11DE_8A39_0800200C9A66_PM
2 #define ANCHOR_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 <cstddef>
9 
10 namespace YAML_PM
11 {
12  typedef std::size_t anchor_t;
13  const anchor_t NullAnchor = 0;
14 }
15 
16 #endif // ANCHOR_H_62B23520_7C8E_11DE_8A39_0800200C9A66_PM
YAML_PM
Definition: aliasmanager.h:11
YAML_PM::NullAnchor
const anchor_t NullAnchor
Definition: anchor.h:13
YAML_PM::anchor_t
std::size_t anchor_t
Definition: anchor.h:12


mrpt_local_obstacles
Author(s): Jose-Luis Blanco-Claraco
autogenerated on Mon Aug 14 2023 02:09:02