StaticIfDeclaration

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

Members

Functions

include
Dsymbols* include(Scope* sc)

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

Meta