Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
Variables
_
a
b
i
k
n
p
r
s
t
v
Typedefs
a
b
c
f
h
i
m
n
p
s
t
u
w
y
Enumerations
Enumerator
a
b
c
e
f
h
i
l
m
n
o
p
r
s
t
u
v
w
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
~
Variables
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
y
Enumerations
Enumerator
a
b
c
e
g
i
k
l
m
n
o
p
r
s
u
v
Related Functions
a
b
c
d
e
i
l
m
o
r
s
u
w
x
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
g
m
o
p
r
s
t
Variables
_
a
b
f
g
l
t
u
Typedefs
Enumerations
Enumerator
Macros
_
a
b
c
e
f
g
i
l
m
r
s
u
v
w
x
sick_visionary_cpp_shared
3pp
boost
config
no_tr1
config/no_tr1/utility.hpp
Go to the documentation of this file.
1
// (C) Copyright John Maddock 2005.
2
// Use, modification and distribution are subject to the
3
// Boost Software License, Version 1.0. (See accompanying file
4
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5
//
6
// The aim of this header is just to include <utility> but to do
7
// so in a way that does not result in recursive inclusion of
8
// the Boost TR1 components if boost/tr1/tr1/utility is in the
9
// include search path. We have to do this to avoid circular
10
// dependencies:
11
//
12
13
#ifndef BOOST_CONFIG_UTILITY
14
# define BOOST_CONFIG_UTILITY
15
16
# ifndef BOOST_TR1_NO_RECURSION
17
# define BOOST_TR1_NO_RECURSION
18
# define BOOST_CONFIG_NO_UTILITY_RECURSION
19
# endif
20
21
# include <utility>
22
23
# ifdef BOOST_CONFIG_NO_UTILITY_RECURSION
24
# undef BOOST_TR1_NO_RECURSION
25
# undef BOOST_CONFIG_NO_UTILITY_RECURSION
26
# endif
27
28
#endif
sick_visionary_ros
Author(s): SICK AG TechSupport 3D Snapshot
autogenerated on Thu Feb 8 2024 03:48:46