StaticIfDeclaration

extern (C++) final
class StaticIfDeclaration : ConditionalDeclaration {
ScopeDsymbol scopesym;
bool addisdone;
}

Members

Functions

include
Dsymbols* include(Scope* sc, ScopeDsymbol sds)

Different from other AttribDeclaration subclasses, include() call requires the completion of addMember and setScope phases.

Meta