AliasDeclaration

extern (C++) final
class AliasDeclaration : Declaration {
Dsymbol aliassym;
Dsymbol overnext;
Dsymbol _import;
}

Members

Functions

isAliasedTemplateParameter
bool isAliasedTemplateParameter()

Inherited Members

From Declaration

checkDisabled
bool checkDisabled(Loc loc, Scope* sc, bool isAliasedDeclaration)

Issue an error if an attempt to call a disabled method is made

checkModify
Modifiable checkModify(Loc loc, Scope* sc, Expression e1, int flag)

Check to see if declaration can be modified in this context (sc). Issue error if not.

Suggestion Box / Bug Report