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
Export.hh
Go to the documentation of this file.
1
#ifndef _LOG4CPP_EXPORT_HH
2
#define _LOG4CPP_EXPORT_HH
3
4
#ifdef LOG4CPP_HAS_DLL
5
# ifdef LOG4CPP_BUILD_DLL
6
# if defined(_MSC_VER) || defined(__BORLANDC__) || defined(__MINGW32__)
7
# define LOG4CPP_EXPORT __declspec(dllexport)
8
# elif defined(__GNUC__)
9
# define LOG4CPP_EXPORT __attribute__((visibility("default")))
10
# else
11
# define LOG4CPP_EXPORT
12
# endif
13
# else
14
# if defined(_MSC_VER) || defined(__BORLANDC__) || defined(__MINGW32__)
15
# define LOG4CPP_EXPORT __declspec(dllimport)
16
# else
17
# define LOG4CPP_EXPORT
18
# endif
19
# endif
20
#else
21
# define LOG4CPP_EXPORT
22
#endif
23
24
#endif // _LOG4CPP_EXPORT_HH
25
rc_genicam_api
Author(s): Heiko Hirschmueller
autogenerated on Wed Dec 4 2024 03:10:11