ReactOS
0.4.15-dev-4917-g934e521
Symbol.h
Go to the documentation of this file.
1
// Symbol.h
2
3
#ifndef SYMBOL_H
4
#define SYMBOL_H
5
6
#include "
Type.h
"
7
8
class
Symbol
9
{
10
public
:
11
Type
type
;
12
std::vector<std::string>
names
;
13
std::vector<std::string>
dependencies
;
14
std::vector<std::string>
ifs
;
15
std::string
definition
;
16
};
17
18
#endif//SYMBOL_H
Symbol::dependencies
std::vector< std::string > dependencies
Definition:
Symbol.h:13
Type.h
Symbol::ifs
std::vector< std::string > ifs
Definition:
Symbol.h:14
Type
Type
Definition:
Type.h:6
Symbol::type
Type type
Definition:
Symbol.h:11
Symbol::names
std::vector< std::string > names
Definition:
Symbol.h:12
string
char string[160]
Definition:
util.h:11
Symbol
Definition:
Symbol.h:8
Symbol::definition
std::string definition
Definition:
Symbol.h:15
modules
rosapps
applications
sysutils
utils
sdkparse
Symbol.h
Generated on Wed Aug 10 2022 06:08:22 for ReactOS by
1.8.15