Method

Undocumented in source.

Members

Aliases

Params
alias Params = CallParams!QualParams
Undocumented in source.
QualParams
alias QualParams = T
Undocumented in source.
ReturnType
alias ReturnType = R
Undocumented in source.
This
alias This = Method!(Mptr, R, id, functionAttributes, SCM, T)
Undocumented in source.
Word
alias Word = Runtime.Word
Undocumented in source.
genericNextPtr
alias genericNextPtr = void function()
Undocumented in source.

Enums

appendClassInfoCode
eponymoustemplate appendClassInfoCode(SpecParams...)
Undocumented in source.
castArgsCode
eponymoustemplate castArgsCode(alias Overload)
Undocumented in source.
registerSpecCode
eponymoustemplate registerSpecCode(SpecParams...)
Undocumented in source.
wrapperCode
eponymoustemplate wrapperCode(alias Overload)
Undocumented in source.

Manifest constants

argListCode
enum argListCode;
Undocumented in source.
attributes
enum attributes;
Undocumented in source.
code
enum code;
Undocumented in source.
discriminatorCode
enum discriminatorCode;
Undocumented in source.
dispatcherCode
enum dispatcherCode;
Undocumented in source.
functionAttributes
enum functionAttributes;
Undocumented in source.
name
enum name;
Undocumented in source.
nonRefAttributes
enum nonRefAttributes;
Undocumented in source.
paramListCode
enum paramListCode;
Undocumented in source.
pointerDeclCode
enum pointerDeclCode;
Undocumented in source.
refAttribute
enum refAttribute;
Undocumented in source.
returnStatementCode
enum returnStatementCode;
Undocumented in source.
returnTypeCode
enum returnTypeCode;
Undocumented in source.
virtualArgsCode
enum virtualArgsCode;
Undocumented in source.

Static functions

ambiguousCallError
R ambiguousCallError(QualParams )
Undocumented in source. Be warned that the author may not have intended to support it.
discriminator
Method discriminator(MethodTag , Params )
Undocumented in source.
getMptr
auto getMptr(T arg)
Undocumented in source. Be warned that the author may not have intended to support it.
move
const(Word)* move(const(Word)* slotStride, P args)
Undocumented in source. Be warned that the author may not have intended to support it.
moveNext
const(Word)* moveNext(const(Word)* dt, const(Word)* slotStride, P args)
Undocumented in source. Be warned that the author may not have intended to support it.
notImplementedError
R notImplementedError(QualParams )
Undocumented in source. Be warned that the author may not have intended to support it.
unary
const(Word)* unary(P arg)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

info
Runtime.MethodInfo info;
Undocumented in source.
nextPtr
genericNextPtr nextPtr(QualParams...);
Undocumented in source.

Meta