dguihub ~master (2021-10-05T13:52:13.1732195)
Dub
Repo
Handle
dguihub
core
handle
Undocumented in source.
abstract
class
Handle (
T
) {
protected
T
_handle
;
bool
created
[@property getter];
T
handle
[@property getter];
}
Members
Properties
created
bool
created
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
handle
T
handle
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_handle
T
_handle
;
Undocumented in source.
Meta
Source
See Implementation
dguihub
core
handle
classes
Handle