Skip to main content

The CommentInPrepass Struct Reference

Declaration

struct CommentInPrepass { ... }

Public Constructors Index

CommentInPrepass (int col, const QCString &s)

Public Member Attributes Index

intcolumn
QCStringstr

Definition at line 144 of file fortranscanner.l.

Public Constructors

CommentInPrepass()

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

Definition at line 146 of file fortranscanner.l.

146 CommentInPrepass(int col, const QCString &s) : column(col), str(s) {}

References column and str.

Public Member Attributes

column

int CommentInPrepass::column

Definition at line 147 of file fortranscanner.l.

147 int column;

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:


Generated via doxygen2docusaurus by Doxygen 1.14.0.