Wrap

Undocumented in source.

Constructors

this
this(CallContext* cc, ConstructorArgs args)
Undocumented in source.

Members

Aliases

ConstructorArgs
alias ConstructorArgs = ParameterTypeTuple!(Which.__ctor)
Undocumented in source.
UConstructorArgs
alias UConstructorArgs = staticMap!(Unqual, ConstructorArgs)
Undocumented in source.

Classes

Constructor
class Constructor
Undocumented in source.

Static functions

initialize
void initialize(CallContext* cc)
Undocumented in source. Be warned that the author may not have intended to support it.
methods
void methods()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

_constructor
Constructor _constructor;
Undocumented in source.
_prototype
Wrap _prototype;
Undocumented in source.

Variables

wrapped
Which wrapped;
Undocumented in source.

Meta