Skip to main content

The HtmlAttrib Struct Reference

Class representing a HTML attribute. More...

Declaration

struct HtmlAttrib { ... }

Included Headers

#include <src/htmlattrib.h>

Public Constructors Index

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

Public Member Attributes Index

QCStringname
QCStringvalue

Description

Class representing a HTML attribute.

Definition at line 24 of file htmlattrib.h.

Public Constructors

HtmlAttrib()

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

Definition at line 26 of file htmlattrib.h.

26 HtmlAttrib(const QCString &n,const QCString &v) : name(n), value(v) {}

References name and value.

Public Member Attributes

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:


Generated via doxygen2docusaurus by Doxygen 1.14.0.