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  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ 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.  | 
  
   
References LockSpecification().
 
 
◆ ~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.  | 
  
   
References LockSpecification().
 
 
◆ operator=()
Assignment operator. 
- Parameters
 - 
  
    | [in] | rT | The data is transferred from this object.  | 
  
   
References LockSpecification().
 
 
◆ operator==()
Comparison operator. 
- Parameters
 - 
  
    | [in] | rT | The object to be compared with this one.  | 
  
   
References LockSpecification().
 
 
◆ 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: