dguihub v0.1.2 (2017-06-06T09:27:36Z)
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