SwappedData

Wrapper for Data class, allowing an object to be swapped to disk and automatically retreived as required.

Constructors

this
this(string fileName)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

data
Data data()
Undocumented in source. Be warned that the author may not have intended to support it.
data
void data(Data data)
Undocumented in source. Be warned that the author may not have intended to support it.
isLoaded
bool isLoaded()
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length()
Undocumented in source. Be warned that the author may not have intended to support it.
unload
void unload()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta