Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
~
Functions
a
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
~
Variables
a
c
d
e
f
g
i
l
m
n
u
v
Typedefs
a
c
d
e
g
i
m
n
o
p
s
u
v
Enumerations
_
e
g
h
i
p
Enumerator
_
a
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
v
w
x
y
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
~
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
~
Variables
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
w
x
y
Typedefs
a
c
d
e
f
h
i
k
l
m
n
o
p
q
r
s
t
v
Enumerations
Enumerator
a
c
d
e
f
i
n
o
r
s
t
w
x
Related Functions
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
w
y
Functions
c
d
e
g
i
l
m
o
p
r
t
Variables
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
p
s
t
u
Enumerations
a
b
c
d
e
f
g
i
p
s
t
u
Enumerator
a
b
c
d
e
f
g
i
l
m
p
r
s
t
u
y
Macros
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
w
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Threading.hh
Go to the documentation of this file.
1
/*
2
* Threading.hh
3
*
4
* Copyright 2002, LifeLine Networks BV (www.lifeline.nl). All rights reserved.
5
* Copyright 2002, Bastiaan Bakker. All rights reserved.
6
*
7
* See the COPYING file for the terms of usage and distribution.
8
*/
9
10
#ifndef _LOG4CPP_THREADING_THREADING_HH
11
#define _LOG4CPP_THREADING_THREADING_HH
12
13
#include <
log4cpp/Portability.hh
>
14
15
#ifdef LOG4CPP_HAVE_THREADING
16
17
#ifdef LOG4CPP_USE_OMNITHREADS
18
#include <
log4cpp/threading/OmniThreads.hh
>
19
#endif
20
21
#ifdef LOG4CPP_USE_BOOSTTHREADS
22
#include <
log4cpp/threading/BoostThreads.hh
>
23
#endif
24
25
#ifdef LOG4CPP_USE_MSTHREADS
26
#include <
log4cpp/threading/MSThreads.hh
>
27
#endif
28
29
#ifdef LOG4CPP_USE_PTHREADS
30
#include <
log4cpp/threading/PThreads.hh
>
31
#endif
32
33
#else
/* LOG4CPP_HAVE_THREADING */
34
#include <
log4cpp/threading/DummyThreads.hh
>
35
#endif
/* LOG4CPP_HAVE_THREADING */
36
37
#endif
PThreads.hh
MSThreads.hh
Portability.hh
BoostThreads.hh
OmniThreads.hh
DummyThreads.hh
rc_genicam_api
Author(s): Heiko Hirschmueller
autogenerated on Wed Dec 4 2024 03:10:12