openmethods v1.1.1 (2018-05-06T14:10:12Z)
Dub
Repo
wrap.Register
openmethods
_registerSpecs
wrap
Undocumented in source.
mixintemplate
wrap
(Meth, alias Fun)
static
struct
Register {
static if
(
Meth.functionAttributes & FunctionAttribute.ref_
)
static
Meth
.
ReturnType
wrapper
(Meth.Params args);
static if
(!(
Meth.functionAttributes & FunctionAttribute.ref_
))
static
Meth
.
ReturnType
wrapper
(Meth.Params args);
static __gshared
Runtime
.
SpecInfo
si
;
}
Members
Static functions
wrapper
Meth
.
ReturnType
wrapper
(Meth.Params args)
Undocumented in source. Be warned that the author may not have intended to support it.
wrapper
Meth
.
ReturnType
wrapper
(Meth.Params args)
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
si
Runtime
.
SpecInfo
si
;
Undocumented in source.
Meta
Source
See Implementation
openmethods
_registerSpecs
wrap
static variables
r
structs
Register