Doxygen
Loading...
Searching...
No Matches
HtmlAttrib Struct Reference

Class representing a HTML attribute. More...

#include <src/htmlattrib.h>

+ Collaboration diagram for HtmlAttrib:

Public Member Functions

 HtmlAttrib (const QCString &n, const QCString &v)
 

Public Attributes

QCString name
 
QCString value
 

Detailed Description

Class representing a HTML attribute.

Definition at line 24 of file htmlattrib.h.

Constructor & Destructor Documentation

◆ HtmlAttrib()

HtmlAttrib::HtmlAttrib ( const QCString & n,
const QCString & v )
inline

Definition at line 26 of file htmlattrib.h.

26: name(n), value(v) {}
QCString value
Definition htmlattrib.h:28
QCString name
Definition htmlattrib.h:27

References name, and value.

Member Data Documentation

◆ name

QCString HtmlAttrib::name

Definition at line 27 of file htmlattrib.h.

Referenced by HtmlAttrib().

◆ value

QCString HtmlAttrib::value

Definition at line 28 of file htmlattrib.h.

Referenced by HtmlAttrib().


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