ASTBase.TemplateMixin

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Constructors

this
this(Loc loc, Identifier ident, TypeQualified tqual, Objects* tiargs)
Undocumented in source.

Members

Functions

accept
void accept(Visitor v)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

tqual
TypeQualified tqual;
Undocumented in source.

Inherited Members

From TemplateInstance

name
Identifier name;
Undocumented in source.
tiargs
Objects* tiargs;
Undocumented in source.
tempdecl
Dsymbol tempdecl;
Undocumented in source.
semantictiargsdone
bool semantictiargsdone;
Undocumented in source.
havetempdecl
bool havetempdecl;
Undocumented in source.
inst
TemplateInstance inst;
Undocumented in source.
isTemplateInstance
inout(TemplateInstance) isTemplateInstance()
Undocumented in source. Be warned that the author may not have intended to support it.
arraySyntaxCopy
Objects* arraySyntaxCopy(Objects* objs)
Undocumented in source. Be warned that the author may not have intended to support it.
objectSyntaxCopy
RootObject objectSyntaxCopy(RootObject o)
Undocumented in source. Be warned that the author may not have intended to support it.
syntaxCopy
Dsymbol syntaxCopy(Dsymbol s)
Undocumented in source. Be warned that the author may not have intended to support it.
accept
void accept(Visitor v)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta