d-libldap ~master (2022-05-05T22:47:48.4958346)
Dub
Repo
LDAPResult
dldap
result
Undocumented in source.
struct
LDAPResult {
int
opApply
(int delegate(ref LDAPMessage msg) dg);
this
(LDAPConnection conn, ldapmsg* res);
~this
();
}
Constructors
this
this
(LDAPConnection conn, ldapmsg* res)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
opApply
int
opApply
(int delegate(ref LDAPMessage msg) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
dldap
result
structs
LDAPMessage
LDAPResult