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

Public Member Functions

 HtmlContextInfo (const DString &tn, OutputContext ctx)

Public Attributes

DString tagName
OutputContext context

Detailed Description

Definition at line 457 of file commentscan.l.

Constructor & Destructor Documentation

◆ HtmlContextInfo()

HtmlContextInfo::HtmlContextInfo ( const DString & tn,
OutputContext ctx )
inline

Definition at line 459 of file commentscan.l.

459: tagName(tn), context(ctx) {}

References context, and tagName.

Member Data Documentation

◆ context

OutputContext HtmlContextInfo::context

Definition at line 461 of file commentscan.l.

Referenced by HtmlContextInfo().

◆ tagName

DString HtmlContextInfo::tagName

Definition at line 460 of file commentscan.l.

Referenced by HtmlContextInfo().


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