MappedDataWrapper

Undocumented in source.

Constructors

this
this(string name, MmMode mode, size_t from, size_t to)
Undocumented in source.

Destructor

~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
typeof(scoped!MmFile(null)) mmFile;
Undocumented in source.

Inherited Members

From DataWrapper

references
sizediff_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.
p
void* p;
Undocumented in source.
~this
~this()
Undocumented in source.

Meta