ReactOS 0.4.15-dev-7942-gd23573b
Symbol Class Reference

#include <Symbol.h>

Collaboration diagram for Symbol:

Public Attributes

Type type
 
std::vector< std::string > names
 
std::vector< std::string > dependencies
 
std::vector< std::string > ifs
 
std::string definition
 

Detailed Description

Definition at line 8 of file Symbol.h.

Member Data Documentation

◆ definition

std::string Symbol::definition

Definition at line 15 of file Symbol.h.

Referenced by process_c().

◆ dependencies

std::vector<std::string> Symbol::dependencies

Definition at line 13 of file Symbol.h.

◆ ifs

std::vector<std::string> Symbol::ifs

Definition at line 14 of file Symbol.h.

◆ names

std::vector<std::string> Symbol::names

Definition at line 12 of file Symbol.h.

◆ type

Type Symbol::type

Definition at line 11 of file Symbol.h.

Referenced by process_preprocessor().


The documentation for this class was generated from the following file: