ReactOS 0.4.15-dev-7788-g1ad9096
Header Class Reference

#include <Header.h>

Public Member Functions

 Header (const std::string &filename_)
 

Public Attributes

std::string filename
 
std::vector< std::string > includes
 
std::vector< std::string > libc_includes
 
std::vector< std::string > pragmas
 
std::vector< Symbol * > symbols
 
bool done
 
bool externc
 
std::vector< std::string > ifs
 
std::vector< std::string > ifspreproc
 

Detailed Description

Definition at line 8 of file Header.h.

Constructor & Destructor Documentation

◆ Header()

Header::Header ( const std::string &  filename_)
inline

Definition at line 18 of file Header.h.

20 {
21 done = false;
22 externc = false;
23 }
bool done
Definition: Header.h:14
std::string filename
Definition: Header.h:11
bool externc
Definition: Header.h:14
static char filename_[]
Definition: lzexpand_main.c:32

Referenced by ElfBackupFile().

Member Data Documentation

◆ done

bool Header::done

Definition at line 14 of file Header.h.

Referenced by Header().

◆ externc

bool Header::externc

Definition at line 14 of file Header.h.

Referenced by Header().

◆ filename

std::string Header::filename

Definition at line 11 of file Header.h.

◆ ifs

std::vector<std::string> Header::ifs

Definition at line 16 of file Header.h.

◆ ifspreproc

std::vector<std::string> Header::ifspreproc

Definition at line 16 of file Header.h.

◆ includes

std::vector<std::string> Header::includes

Definition at line 12 of file Header.h.

◆ libc_includes

std::vector<std::string> Header::libc_includes

Definition at line 12 of file Header.h.

◆ pragmas

std::vector<std::string> Header::pragmas

Definition at line 12 of file Header.h.

◆ symbols

std::vector<Symbol*> Header::symbols

Definition at line 13 of file Header.h.


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