yu ~master (2017-08-14T10:07:44Z)
Dub
Repo
TLinkManger
yu
asyncsocket
client
linkinfo
Undocumented in source.
struct
TLinkManger (
TCallBack
Manger
=
void
) {
alias
LinkInfo
=
TLinkInfo
!(
TCallBack
,
Manger
)
;
void
addInfo
(LinkInfo* info);
void
rmInfo
(LinkInfo* info);
}
Members
Aliases
LinkInfo
alias
LinkInfo
=
TLinkInfo
!(
TCallBack
,
Manger
)
Undocumented in source.
Functions
addInfo
void
addInfo
(LinkInfo* info)
Undocumented in source. Be warned that the author may not have intended to support it.
rmInfo
void
rmInfo
(LinkInfo* info)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
yu
asyncsocket
client
linkinfo
structs
TLinkInfo
TLinkManger