rpcFunction

Undocumented in source.
  1. void rpcFunction(Params[1..$] args, ConnectionType connection)
    template rpcFunction(alias f, ConnectionType)
    pragma(inline, true)
    static if(is(Params[0] == ConnectionType))
    void
    rpcFunction
    (
    Params[1..$] args
    ,
    ConnectionType connection
    )
  2. void rpcFunction(Params[0..$ - 1] args, ConnectionType connection)
  3. void rpcFunction(Params args, ConnectionType connection)
  4. template rpcFunction(alias f)

Members

Aliases

Params
alias Params = Parameters!f
Undocumented in source.

Functions

rpcFunction
void rpcFunction(Params[1..$] args, ConnectionType connection)
Undocumented in source. Be warned that the author may not have intended to support it.
rpcFunction
void rpcFunction(Params[0..$ - 1] args, ConnectionType connection)
Undocumented in source. Be warned that the author may not have intended to support it.
rpcFunction
void rpcFunction(Params args, ConnectionType connection)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta