ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
DataWrapper
ae
sys
data
Base abstract class which owns a block of memory.
abstract
class
DataWrapper {
sizediff_t
references
;
inout
(
void
)[]
contents
[@property getter];
size_t
size
[@property getter];
void
setSize
(size_t newSize);
size_t
capacity
[@property getter];
~this
();
}
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
setSize
void
setSize
(size_t newSize)
Undocumented in source.
Properties
capacity
size_t
capacity
[@property getter]
Undocumented in source.
contents
inout
(
void
)[]
contents
[@property getter]
Undocumented in source.
size
size_t
size
[@property getter]
Undocumented in source.
Variables
references
sizediff_t
references
;
Reference count.
Meta
Source
See Implementation
ae
sys
data
classes
DataWrapper
functions
setGCThreshold
unmanagedDelete
unmanagedNew
static variables
allocCount
dataCount
dataMemory
dataMemoryPeak
structs
Data
Base abstract class which owns a block of memory.