TypedPtrBase

Undocumented in source.

Constructors

this
this(AllocatorWrapperOf!AllocT alloc)
Undocumented in source.
this
this(T value, AllocatorWrapperOf!AllocT alloc)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Functions

contains
bool contains()
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(typeof(null) n)
Undocumented in source. Be warned that the author may not have intended to support it.
setByForce
void setByForce(T value)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin accessFuncs!false
Undocumented in source.

Properties

isNull
bool isNull [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ptrUnsafe
inout(void*) ptrUnsafe [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ptrUnsafeAs
inout(T)* ptrUnsafeAs [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta