mir-algorithm — Libmir Archive
Libmir Archive
API Reference Index
mir-algorithm Guide
Dlang.org
mir_rcptr._value
mir
rc
ptr
mir_rcptr
Stores the unqualified value of the reference-counted pointer for class and interface types.
struct
mir_rcptr
(T)
package
static if
(
is(T == class) || is(T == interface)
)
Unqual
!
T
_value
;
mir
rc
ptr
mir_rcptr
aliases
opUnary
constructors
this
destructors
~this
functions
_get_value
opAssign
opCmp
opEquals
proxySwap
toHash
mixins
__anonymous
variables
_value
Stores the unqualified value of the reference-counted pointer for class and interface types.