ObjectiveCOpCall

Used for NSObjects. It will define a new alloc, init and an opCall for that.

version(D_ObjectiveC)
extern (Objective-C)
mixin template ObjectiveCOpCall () {}

Members

Functions

initialize
typeof(this) initialize()
Undocumented in source but is binding to Objective-C. You might be able to learn more by searching the web for its name.

Static functions

alloc
typeof(this) alloc()
Undocumented in source but is binding to Objective-C. You might be able to learn more by searching the web for its name.
opCall
typeof(this) opCall()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta