#include <cel_storage.h>
Public Member Functions | |
| LockStorageRegion (uint64_t inOffset, uint64_t inLength) | |
| LockStorageRegion () | |
Public Attributes | |
| uint64_t | offset |
| offset | |
| uint64_t | length |
| length | |
Definition at line 471 of file cel_storage.h.
| Celartem::LockStorageRegion::LockStorageRegion | ( | uint64_t | inOffset, | |
| uint64_t | inLength | |||
| ) | [inline] |
Initializes the instance.
| inOffset | offset. | |
| inLength | length. |
Definition at line 480 of file cel_storage.h.
| Celartem::LockStorageRegion::LockStorageRegion | ( | ) | [inline] |
Initializes the instance with all-0.
Definition at line 488 of file cel_storage.h.
| uint64_t Celartem::LockStorageRegion::offset |
offset
Definition at line 492 of file cel_storage.h.
Referenced by Celartem::DiskStorageLock::DiskStorageLock(), Celartem::DiskStorageLock::lock(), and Celartem::DiskStorageLock::unlock().
| uint64_t Celartem::LockStorageRegion::length |
length
Definition at line 493 of file cel_storage.h.
Referenced by Celartem::DiskStorageLock::DiskStorageLock(), Celartem::DiskStorageLock::lock(), and Celartem::DiskStorageLock::unlock().