MappedDataWrapper

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

setSize
void setSize(size_t newSize)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

capacity
size_t capacity [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
contents
inout(void)[] contents [@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

mappedData
void[] mappedData;
Undocumented in source.
mmFile
MmFile mmFile;
Undocumented in source.

Inherited Members

From DataWrapper

references
size_t references;
Undocumented in source.
contents
inout(void)[] contents [@property getter]
Undocumented in source.
size
size_t size [@property getter]
Undocumented in source.
setSize
void setSize(size_t newSize)
Undocumented in source.
capacity
size_t capacity [@property getter]
Undocumented in source.

Meta