Public Member Functions | |
| this (GlobalMemoryObject gmo) | |
| Creates a lock on a given global memory object. | |
| ~this () | |
Properties | |
| void[] | data () |
| Retrieves the data block of this lock's memory object. | |
| override string | toString () |
| Retrieves the data of this lock's memory object, converted from a null-terminated string into a D string. | |
| smjg.libs.sdwf.globalmem.GlobalMemoryLock.this | ( | GlobalMemoryObject | gmo | ) |
Creates a lock on a given global memory object.
| gmo | memory object to lock. |
| smjg.libs.sdwf.globalmem.GlobalMemoryLock.~this | ( | ) |
| void [] smjg.libs.sdwf.globalmem.GlobalMemoryLock.data | ( | ) |
Retrieves the data block of this lock's memory object.
| override string smjg.libs.sdwf.globalmem.GlobalMemoryLock.toString | ( | ) |
Retrieves the data of this lock's memory object, converted from a null-terminated string into a D string.
1.5.4