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
Portability.hh
Go to the documentation of this file.
1
/*
2
* Portability.hh
3
*
4
* Copyright 2001, LifeLine Networks BV (www.lifeline.nl). All rights reserved.
5
* Copyright 2001, Bastiaan Bakker. All rights reserved.
6
*
7
* See the COPYING file for the terms of usage and distribution.
8
*/
9
10
#ifndef _LOG4CPP_PORTABILITY_HH
11
#define _LOG4CPP_PORTABILITY_HH
12
13
#if defined (_MSC_VER) || defined(__BORLANDC__)
14
# if defined (LOG4CPP_STLPORT_AND_BOOST_BUILD)
15
# include <log4cpp/config-win32-stlport-boost.h>
16
# else
17
# include <
log4cpp/config-win32.h
>
18
# endif
19
#else
20
#if defined(__OPENVMS__)
21
# include <
log4cpp/config-openvms.h
>
22
#else
23
# if defined(__MINGW32__)
24
# include <log4cpp/config-MinGW32.h>
25
# else
26
# include <
log4cpp/config.h
>
27
# endif
28
#endif
29
#endif
30
31
#include <
log4cpp/Export.hh
>
32
33
#if defined(_MSC_VER)
34
# pragma warning( disable : 4786 ) // 255 char debug symbol limit
35
# pragma warning( disable : 4290 ) // throw specifier not implemented
36
# pragma warning( disable : 4251 ) // "class XXX should be exported"
37
#endif
38
39
#ifndef LOG4CPP_HAVE_SSTREAM
40
#include <strstream>
41
namespace
std
{
42
class
LOG4CPP_EXPORT
ostringstream
:
public
ostrstream {
43
public
:
44
std::string str();
45
};
46
}
47
#endif
48
49
# define LOG4CPP_NS_BEGIN namespace log4cpp_GenICam {
50
# define LOG4CPP_NS_END }
51
# define LOG4CPP_NS log4cpp_GenICam
52
53
#endif
config.h
LOG4CPP_EXPORT
#define LOG4CPP_EXPORT
Definition:
Export.hh:21
std
Definition:
Portability.hh:41
std::ostringstream
Definition:
Portability.hh:42
Export.hh
config-win32.h
config-openvms.h
rc_genicam_api
Author(s): Heiko Hirschmueller
autogenerated on Wed Dec 4 2024 03:10:11