Public Member Functions | |
| sharable_lock_type | getSharableLock () |
| exclusive_lock_type | getExclusiveLock () |
| mutex_type & | getMutex () |
| void | verifyWriterLock (exclusive_lock_type &lock) const |
| Checks to make sure we have a writer (exclusive) lock. | |
| template<typename LockType > | |
| void | verifyReaderLock (LockType &lock) const |
| Checks to make sure we at least have a reader (sharable) lock. | |
Definition at line 51 of file SharedMemoryObjectWithMutex.h.