ReactOS
0.4.16-dev-13-ge2fc578
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
Type.h
Type
Type
Definition:
Type.h:7
Symbol
Definition:
Symbol.h:9
Symbol::definition
std::string definition
Definition:
Symbol.h:15
Symbol::ifs
std::vector< std::string > ifs
Definition:
Symbol.h:14
Symbol::names
std::vector< std::string > names
Definition:
Symbol.h:12
Symbol::type
Type type
Definition:
Symbol.h:11
Symbol::dependencies
std::vector< std::string > dependencies
Definition:
Symbol.h:13
modules
rosapps
applications
sysutils
utils
sdkparse
Symbol.h
Generated on Fri Sep 13 2024 06:06:16 for ReactOS by
1.9.6