kissrpc.Endian

Undocumented in source.

Members

Aliases

hostToLe
alias hostToLe = byteSwap
Undocumented in source.
hostToLe
alias hostToLe = doNothing
Undocumented in source.
hostToNet
alias hostToNet = doNothing
Undocumented in source.
hostToNet
alias hostToNet = byteSwap
Undocumented in source.
leToHost
alias leToHost = byteSwap
Undocumented in source.
leToHost
alias leToHost = doNothing
Undocumented in source.
netToHost
alias netToHost = doNothing
Undocumented in source.
netToHost
alias netToHost = byteSwap
Undocumented in source.

Functions

byteSwap
T byteSwap(T t)
Undocumented in source. Be warned that the author may not have intended to support it.
doNothing
T doNothing(T val)
Undocumented in source. Be warned that the author may not have intended to support it.

Unions

IntBuf
union IntBuf(T)
Undocumented in source.

Meta