OmfObj_setModuleCtorDtor

Set up function to be called as static constructor on program startup or static destructor on program shutdown.

version(COMPILE)
extern (C++) nothrow @safe @trusted
void
OmfObj_setModuleCtorDtor
(,
bool isCtor
)

Parameters

s Symbol*

function symbol

isCtor bool

true if constructor, false if destructor

Suggestion Box / Bug Report