Method

Undocumented in source.

Members

Aliases

CallParams
alias CallParams = staticMap!(UnqualType, QualParams)
Undocumented in source.
QualParams
alias QualParams = T
Undocumented in source.
ReturnType
alias ReturnType = R
Undocumented in source.
TheMethod
alias TheMethod = Method
Undocumented in source.
Word
alias Word = Runtime.Word
Undocumented in source.
genericNextPtr
alias genericNextPtr = void function()
Undocumented in source.

Enums

isVirtualPosition
eponymoustemplate isVirtualPosition(size_t I)
Undocumented in source.
wrapperCode
eponymoustemplate wrapperCode(alias Spec)
Undocumented in source.

Manifest constants

Name
enum Name;
Undocumented in source.
argListCode
enum argListCode;
Undocumented in source.
code
enum code;
Undocumented in source.
discriminatorCode
enum discriminatorCode;
Undocumented in source.
discriminatorParamListCode
enum discriminatorParamListCode;
Undocumented in source.
dispatcherCode
enum dispatcherCode;
Undocumented in source.
functionAttributes
enum functionAttributes;
Undocumented in source.
functionPostfixCode
enum functionPostfixCode;
Undocumented in source.
functionPrefixCode
enum functionPrefixCode;
Undocumented in source.
paramListCode
enum paramListCode;
Undocumented in source.
returnStatementCode
enum returnStatementCode;
Undocumented in source.
returnTypeCode
enum returnTypeCode;
Undocumented in source.
specCode
enum specCode;
Undocumented in source.
virtualArgListCode
enum virtualArgListCode;
Undocumented in source.
virtualPositions
enum virtualPositions;
Undocumented in source.

Static functions

ambiguousCallError
R ambiguousCallError(QualParams )
Undocumented in source. Be warned that the author may not have intended to support it.
castArgListCode
string castArgListCode()
Undocumented in source. Be warned that the author may not have intended to support it.
getMptr
auto getMptr(T arg)
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.
resolve
auto resolve(VP args)
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.

Templates

castArgCode
template castArgCode(QualParam, size_t i)
Undocumented in source.

Meta