TypeInstance

Similar to TypeIdentifier, but with a TemplateInstance as the root

Constructors

this
this(Loc loc, TemplateInstance tempinst)
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.
kind
const(char)* kind()
Undocumented in source. Be warned that the author may not have intended to support it.
syntaxCopy
Type syntaxCopy()
Undocumented in source. Be warned that the author may not have intended to support it.
toDsymbol
Dsymbol toDsymbol(Scope* sc)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

tempinst
TemplateInstance tempinst;
Undocumented in source.

Inherited Members

From TypeQualified

loc
Loc loc;
Undocumented in source.
idents
Objects idents;
Undocumented in source.
syntaxCopyHelper
void syntaxCopyHelper(TypeQualified t)
Undocumented in source. Be warned that the author may not have intended to support it.
addIdent
void addIdent(Identifier ident)
Undocumented in source. Be warned that the author may not have intended to support it.
addInst
void addInst(TemplateInstance inst)
Undocumented in source. Be warned that the author may not have intended to support it.
addIndex
void addIndex(RootObject e)
Undocumented in source. Be warned that the author may not have intended to support it.
size
d_uns64 size(Loc loc)
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