TemplateThisParam

$(BNF TemplateThisParam := "this" Identifier SpecOrDefaultType)

class TemplateThisParam : TemplateParam {
TypeNode specType;
TypeNode defType;
}

Inherited Members

From TemplateParam

nameStr
cstring nameStr()

Returns the name of the parameter as a string.

Meta