To be able to lock objects, the 'lock mode' and the 'lock depth' are required as parameters. This is possible with this structure.
More...
#include <GloLockSpecification.h>
To be able to lock objects, the 'lock mode' and the 'lock depth' are required as parameters. This is possible with this structure.
- See also
- EnLockMode, EnDeepMode.
- Copyright
- © 2010 Helmut Jakoby
- Author
- Helmut Jakoby
◆ LockSpecification() [1/3]
glo::LockSpecification::LockSpecification |
( |
| ) |
|
Stanmdard constructor to initialize the members.
◆ LockSpecification() [2/3]
Constructor with parameter passing.
- Parameters
-
[in] | eLockMode | The lock mode. |
[in] | eDeepMode | The lock depth. |
◆ LockSpecification() [3/3]
Copy constructor.
- Parameters
-
[in] | rT | The data is copied from this object. |
◆ ~LockSpecification()
virtual glo::LockSpecification::~LockSpecification |
( |
| ) |
|
|
virtual |
◆ getLockDeepMode()
EnDeepMode glo::LockSpecification::getLockDeepMode |
( |
| ) |
const |
◆ getLockMode()
EnLockMode glo::LockSpecification::getLockMode |
( |
| ) |
const |
◆ operator!=()
Comparison operator.
- Parameters
-
[in] | rT | The object to be compared with this one. |
◆ operator=()
Assignment operator.
- Parameters
-
[in] | rT | The data is transferred from this object. |
◆ operator==()
Comparison operator.
- Parameters
-
[in] | rT | The object to be compared with this one. |
◆ setLockDeepMode()
void glo::LockSpecification::setLockDeepMode |
( |
EnDeepMode | eDeepMode | ) |
|
◆ setLockMode()
void glo::LockSpecification::setLockMode |
( |
EnLockMode | eLockMode | ) |
|
◆ m_eLockDeepMode
EnDeepMode glo::LockSpecification::m_eLockDeepMode |
|
protected |
◆ m_eLockMode
The documentation for this class was generated from the following file: