ASTBase.TemplateDeclaration

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 id, TemplateParameters* parameters, Expression constraint, Dsymbols* decldefs, bool ismixin, bool literal)
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.
isOverloadable
bool isOverloadable()
Undocumented in source. Be warned that the author may not have intended to support it.
isTemplateDeclaration
inout(TemplateDeclaration) isTemplateDeclaration()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

constraint
Expression constraint;
Undocumented in source.
ismixin
bool ismixin;
Undocumented in source.
isstatic
bool isstatic;
Undocumented in source.
literal
bool literal;
Undocumented in source.
onemember
Dsymbol onemember;
Undocumented in source.
origParameters
TemplateParameters* origParameters;
Undocumented in source.
parameters
TemplateParameters* parameters;
Undocumented in source.
protection
Prot protection;
Undocumented in source.

Inherited Members

From ScopeDsymbol

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

Meta