ReactOS
0.4.16-dev-974-g5022a45
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
m
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
_
a
b
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
Header.h
Go to the documentation of this file.
1
// Header.h
2
3
#ifndef HEADER_H
4
#define HEADER_H
5
6
#include "
Symbol.h
"
7
8
class
Header
9
{
10
public
:
11
std::string
filename
;
12
std::vector<std::string>
includes
,
libc_includes
,
pragmas
;
13
std::vector<Symbol*>
symbols
;
14
bool
done
,
externc
;
15
16
std::vector<std::string>
ifs
,
ifspreproc
;
17
18
Header
(
const
std::string&
filename_
)
19
:
filename
(
filename_
)
20
{
21
done
=
false
;
22
externc
=
false
;
23
}
24
};
25
26
#endif
//HEADER_H
Symbol.h
Header
Definition:
Header.h:9
Header::done
bool done
Definition:
Header.h:14
Header::includes
std::vector< std::string > includes
Definition:
Header.h:12
Header::filename
std::string filename
Definition:
Header.h:11
Header::Header
Header(const std::string &filename_)
Definition:
Header.h:18
Header::pragmas
std::vector< std::string > pragmas
Definition:
Header.h:12
Header::symbols
std::vector< Symbol * > symbols
Definition:
Header.h:13
Header::externc
bool externc
Definition:
Header.h:14
Header::libc_includes
std::vector< std::string > libc_includes
Definition:
Header.h:12
Header::ifspreproc
std::vector< std::string > ifspreproc
Definition:
Header.h:16
Header::ifs
std::vector< std::string > ifs
Definition:
Header.h:16
filename
const char * filename
Definition:
ioapi.h:137
filename_
static char filename_[]
Definition:
lzexpand_main.c:32
modules
rosapps
applications
sysutils
utils
sdkparse
Header.h
Generated on Thu Apr 10 2025 06:14:47 for ReactOS by
1.9.6