foreignptr ~master (2020-04-09T06:19:15Z)
Dub
Repo
RTFForeignPtr
foreignptr
Undocumented in source.
class
RTFForeignPtr : ForeignPtr!T(
T
) {
void
function
(
T
)
__deconstruct
;
this
(T ptr, void function(T) deconstruct);
~this
();
}
Constructors
this
this
(T ptr, void function(T) deconstruct)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Variables
__deconstruct
void
function
(
T
)
__deconstruct
;
Undocumented in source.
Meta
Source
See Implementation
foreignptr
classes
ForeignPtr
RTFForeignPtr
functions
foreignPtr