ReactOS
0.4.16-dev-297-gc569aee
Toggle main menu visibility
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
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
c
d
e
f
g
h
i
l
n
o
p
s
t
u
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
_
c
d
f
i
l
m
o
p
s
t
w
x
Enumerator
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Related Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
x
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
_prolog.h
Go to the documentation of this file.
1
2
#if defined (_STLP_MSVC) || defined (__ICL)
3
4
# pragma warning (push)
5
# include <
stl/config/_warnings_off.h
>
6
/* We are forcing the alignment to guaranty that libraries are use
7
* with the same alignment as the one use to build them.
8
*/
9
# if !defined (_WIN64)
10
# pragma pack(push, 8)
11
# else
12
# pragma pack(push, 16)
13
# endif
14
15
#elif defined (__BORLANDC__)
16
17
# pragma option push
18
# pragma option -Vx- -Ve- -a8 -b -pc
19
# include <
stl/config/_warnings_off.h
>
20
21
#elif defined (__sgi) && !defined (__GNUC__) && (_MIPS_SIM != _MIPS_SIM_ABI32)
22
23
# pragma set woff 1209
24
# pragma set woff 1174
25
# pragma set woff 1375
26
/* from iterator_base.h */
27
# pragma set woff 1183
28
29
#elif defined (__DECCXX)
30
31
# ifdef __PRAGMA_ENVIRONMENT
32
# pragma __environment __save
33
# pragma __environment __header_defaults
34
# endif
35
36
#elif defined (__IBMCPP__)
37
/* supress EDC3130: A constant is being used as a conditional expression */
38
# pragma info(nocnd)
39
#elif defined (__WATCOMCPLUSPLUS__)
40
# pragma warning 604 10
/* must lookahead to determine... */
41
# pragma warning 594 10
/* resolved as declaration/type */
42
# pragma warning 595 10
/* resolved as an expression */
43
#endif
_warnings_off.h
sdk
include
c++
stlport
stl
config
_prolog.h
Generated on Wed Nov 27 2024 06:11:24 for ReactOS by
1.9.6