Method

Undocumented in source.

Members

Aliases

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

Manifest constants

code
enum code;
Undocumented in source.
discriminatorCode
enum discriminatorCode;
Undocumented in source.
name
enum name;
Undocumented in source.
refAttribute
enum refAttribute;
Undocumented in source.

Static functions

ambiguousCallError
R ambiguousCallError(T )
Undocumented in source. Be warned that the author may not have intended to support it.
discriminator
Method discriminator(MethodTag , CallParams!T )
Undocumented in source.
dispatcherCode
string dispatcherCode()
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.
getMptr
auto getMptr(T arg)
Undocumented in source. Be warned that the author may not have intended to support it.
notImplementedError
R notImplementedError(T )
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
Spec nextPtr(T...);
Undocumented in source.

Templates

Indexer
template Indexer(Q...)
Undocumented in source.

Variables

nonRefAttributes
enum string nonRefAttributes;
Undocumented in source.

Meta