rpc v1.1.0 (2018-09-06T18:10:46Z)
Dub
Repo
IdGenerator
rpc
core
An int id generator.
class
IdGenerator
(TId : int)
class
IdGenerator : IIdGenerator!TId(
TId
:
int
) {
TId
getNextId
();
}
class
IdGenerator
(TId : string)
Members
Functions
getNextId
TId
getNextId
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
rpc
core
aliases
RPCErrorHandler
RPCRequestHandler
rpcIdType
classes
HttpRPCClient
HttpRPCServer
IdGenerator
RPCException
RPCInterfaceSettings
RPCNotConnectedException
RPCParsingException
RPCTimeoutException
RawRPCClient
RawRPCServer
UnhandledRPCMethod
functions
noRpcMethod
rpcMethod
rpcObjectParams
interfaces
IIdGenerator
IRPCClient
IRPCRequest
IRPCResponse
IRPCServer
IRPCServerOutput
structs
NoRPCMethodAttribute
RPCIdTypeAttribute
RPCMethodAttribute
RPCMethodObjectParams
An int id generator.