dmdscript v2.1.0 (2021-12-16T21:42:33Z)
Dub
Repo
Wrap
dmdscript
extending
Undocumented in source.
class
Wrap : Base(
Which
string
ClassName
Base
=
Dobject
) {
Which
wrapped
;
static
Wrap
_prototype
;
static
Constructor
_constructor
;
class
Constructor
;
static
void
initialize
(CallContext* cc);
alias
ConstructorArgs
=
ParameterTypeTuple
!(
Which
.
__ctor
)
;
alias
UConstructorArgs
=
staticMap
!(
Unqual
,
ConstructorArgs
)
;
this
(CallContext* cc, ConstructorArgs args);
static
void
methods
();
}
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
Source
See Implementation
dmdscript
extending
classes
Wrap
functions
convert
convertAll
convertPut
extendGlobal
extendMethod
fitArray