Doxygen
Loading...
Searching...
No Matches
FileState Struct Reference
+ Collaboration diagram for FileState:

Public Attributes

int lineNr = 1
 
int curlyCount = 0
 
std::string fileBuf
 
const std::string * oldFileBuf = nullptr
 
int oldFileBufPos = 0
 
YY_BUFFER_STATE bufState = 0
 
QCString fileName
 
bool lexRulesPart = false
 

Detailed Description

Definition at line 81 of file pre.l.

Member Data Documentation

◆ bufState

YY_BUFFER_STATE FileState::bufState = 0

Definition at line 88 of file pre.l.

◆ curlyCount

int FileState::curlyCount = 0

Definition at line 84 of file pre.l.

◆ fileBuf

std::string FileState::fileBuf

Definition at line 85 of file pre.l.

Referenced by readIncludeFile().

◆ fileName

QCString FileState::fileName

Definition at line 89 of file pre.l.

◆ lexRulesPart

bool FileState::lexRulesPart = false

Definition at line 90 of file pre.l.

◆ lineNr

int FileState::lineNr = 1

Definition at line 83 of file pre.l.

◆ oldFileBuf

const std::string* FileState::oldFileBuf = nullptr

Definition at line 86 of file pre.l.

◆ oldFileBufPos

int FileState::oldFileBufPos = 0

Definition at line 87 of file pre.l.


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