Skip to main content

AbstractTemplateParamListType class

Abstract base class for template parameter list type data models.

Signature

export declare abstract class AbstractTemplateParamListType extends AbstractDataModelBase

Extends: AbstractDataModelBase

Remarks

Represents template parameter list elements within Doxygen XML structures, corresponding to the templateparamlistType complex type in the XML schema. This class handles the parsing of parameter collections for templated constructs such as template classes and functions. All concrete template parameter list data model classes should extend this abstract base to ensure consistent parsing and data representation.

Constructors

Constructor

Modifiers

Description

(constructor)(xml, element, elementName)

Constructs a new AbstractTemplateParamListType instance from XML data.

Properties

Property

Modifiers

Type

Description

params?

ParamDataModel[] | undefined

(Optional) Collection of parameter data models within this template parameter list.


Generated via tsdoc2docusaurus 1.3.0 by API Extractor/Documenter 7.52.8.