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

Public Member Functions

 CommentInPrepass (int col, const QCString &s)
 

Public Attributes

int column
 
QCString str
 

Detailed Description

Definition at line 144 of file fortranscanner.l.

Constructor & Destructor Documentation

◆ CommentInPrepass()

CommentInPrepass::CommentInPrepass ( int col,
const QCString & s )
inline

Definition at line 146 of file fortranscanner.l.

146: column(col), str(s) {}

References column, and str.

Member Data Documentation

◆ column

int CommentInPrepass::column

Definition at line 147 of file fortranscanner.l.

Referenced by CommentInPrepass(), and locatePrepassComment().

◆ str

QCString CommentInPrepass::str

Definition at line 148 of file fortranscanner.l.

Referenced by CommentInPrepass(), and updateVariablePrepassComment().


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