SharedFile

Undocumented in source.

Alias This

data

Members

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
lock
void lock()
Undocumented in source. Be warned that the author may not have intended to support it.
open
void open(string filename, size_t size, bool readWrite)
Undocumented in source. Be warned that the author may not have intended to support it.
unlink
void unlink()
Undocumented in source. Be warned that the author may not have intended to support it.
unlock
void unlock()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

closed
bool closed [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

data
ubyte[] data;
Undocumented in source.
fd
int fd;
Undocumented in source.
filename
string filename;
Undocumented in source.

Meta