ae v0.0.2824 (2020-10-12T01:09:09Z)
Home
Dub
Repo
DataWrapper
ae
sys
data
Undocumented in source.
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
;
Undocumented in source.
Meta
Source
See Implementation
ae
sys
data
classes
DataWrapper
functions
setGCThreshold
unmanagedDelete
unmanagedNew
static variables
allocCount
dataCount
dataMemory
dataMemoryPeak
structs
Data