TempBuffer

Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

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

Alias This

ptr

Members

Aliases

opDollar
alias opDollar = length
Undocumented in source.

Functions

makeOutputRange
auto makeOutputRange()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
T opIndex(size_t idx)
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
T[] opSlice()
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
T[] opSlice(size_t a, size_t b)
Undocumented in source. Be warned that the author may not have intended to support it.
opSliceAssign
T[] opSliceAssign(const(T)[] value, size_t a, size_t b)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

length
size_t length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ptr
T* ptr [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
size
size_t size [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

callFree
bool callFree;
Undocumented in source.
slice
T[] slice;
Undocumented in source.

Meta