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
predef
platform
windows_store.h
Go to the documentation of this file.
1
/*
2
Copyright (c) Microsoft Corporation 2014
3
Copyright Rene Rivera 2015
4
Distributed under the Boost Software License, Version 1.0.
5
(See accompanying file LICENSE_1_0.txt or copy at
6
http://www.boost.org/LICENSE_1_0.txt)
7
*/
8
9
#ifndef BOOST_PREDEF_PLAT_WINDOWS_STORE_H
10
#define BOOST_PREDEF_PLAT_WINDOWS_STORE_H
11
12
#include <boost/predef/version_number.h>
13
#include <boost/predef/make.h>
14
#include <
boost/predef/os/windows.h
>
15
16
/*`
17
[heading `BOOST_PLAT_WINDOWS_STORE`]
18
19
[table
20
[[__predef_symbol__] [__predef_version__]]
21
22
[[`WINAPI_FAMILY == WINAPI_FAMILY_APP`] [__predef_detection__]]
23
]
24
*/
25
26
#define BOOST_PLAT_WINDOWS_STORE BOOST_VERSION_NUMBER_NOT_AVAILABLE
27
28
#if BOOST_OS_WINDOWS && defined(WINAPI_FAMILY) && WINAPI_FAMILY == WINAPI_FAMILY_APP
29
# undef BOOST_PLAT_WINDOWS_STORE
30
# define BOOST_PLAT_WINDOWS_STORE BOOST_VERSION_NUMBER_AVAILABLE
31
#endif
32
33
#if BOOST_PLAT_WINDOWS_STORE
34
# define BOOST_PLAT_WINDOWS_STORE_AVAILABLE
35
# include <
boost/predef/detail/platform_detected.h
>
36
#endif
37
38
#define BOOST_PLAT_WINDOWS_STORE_NAME "Windows Store"
39
40
#endif
41
42
#include <boost/predef/detail/test.h>
43
BOOST_PREDEF_DECLARE_TEST
(
BOOST_PLAT_WINDOWS_STORE
,
BOOST_PLAT_WINDOWS_STORE_NAME
)
BOOST_PLAT_WINDOWS_STORE_NAME
#define BOOST_PLAT_WINDOWS_STORE_NAME
Definition:
windows_store.h:38
BOOST_PLAT_WINDOWS_STORE
#define BOOST_PLAT_WINDOWS_STORE
Definition:
windows_store.h:26
windows.h
BOOST_PREDEF_DECLARE_TEST
#define BOOST_PREDEF_DECLARE_TEST(x, s)
Definition:
test.h:13
platform_detected.h
sick_visionary_ros
Author(s): SICK AG TechSupport 3D Snapshot
autogenerated on Thu Feb 8 2024 03:56:19