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

Public Member Functions

 BlockState (QCString str, int lineNr)

Public Attributes

QCString blockString
int blockLineNr = -1

Detailed Description

Definition at line 90 of file fortranscanner.l.

Constructor & Destructor Documentation

◆ BlockState()

BlockState::BlockState ( QCString str,
int lineNr )
inline

Definition at line 92 of file fortranscanner.l.

92: blockString(str), blockLineNr(lineNr) {}

References blockLineNr, and blockString.

Member Data Documentation

◆ blockLineNr

int BlockState::blockLineNr = -1

Definition at line 94 of file fortranscanner.l.

Referenced by BlockState().

◆ blockString

QCString BlockState::blockString

Definition at line 93 of file fortranscanner.l.

Referenced by BlockState().


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