Public Member Functions | Public Attributes | List of all members
CommentInPrepass Struct Reference

Public Member Functions

 CommentInPrepass (int column, QCString str)
 

Public Attributes

int column
 
QCString str
 

Detailed Description

Definition at line 56582 of file fortranscanner.cpp.

Constructor & Destructor Documentation

CommentInPrepass::CommentInPrepass ( int  column,
QCString  str 
)
inline

Definition at line 56585 of file fortranscanner.cpp.

56585 : column(column), str(str) {}
std::vector< std::string > column

Member Data Documentation

int CommentInPrepass::column

Definition at line 56583 of file fortranscanner.cpp.

QCString CommentInPrepass::str

Definition at line 56584 of file fortranscanner.cpp.


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