drocks ~master (2021-10-16T12:44:05.08463)
Dub
Repo
ExtendClient
drocks
client
Undocumented in source.
mixin template
ExtendClient () {
this
(string host, ushort port);
static
__ThisType
createDefault
();
auto
opDispatch
(Args args);
}
Constructors
this
this
(string host, ushort port)
Undocumented in source.
Alias This
_db
Members
Functions
opDispatch
auto
opDispatch
(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
createDefault
__ThisType
createDefault
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
drocks
client
mixin templates
ExtendClient
structs
Client