Skip to main content

The CommentCtx Struct Reference

Declaration

struct CommentCtx { ... }

Public Constructors Index

CommentCtx (int line)

Public Member Attributes Index

intlineNr

Definition at line 70 of file commentcnv.l.

Public Constructors

CommentCtx()

CommentCtx::CommentCtx (int line)
inline

Definition at line 72 of file commentcnv.l.

72 CommentCtx(int line)
73 : lineNr(line) {}

Reference lineNr.

Public Member Attributes

lineNr

int CommentCtx::lineNr

Definition at line 74 of file commentcnv.l.

74 int lineNr;

Referenced by CommentCtx.


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


Generated via doxygen2docusaurus by Doxygen 1.14.0.