class TBitmapLockCount |
Maintains a count of the number of locks made on a bitmap through a TAcceleratedBitmapSpec object.
Passed as a parameter to TAcceleratedBitmapSpec::Lock() and TAcceleratedBitmapSpec::Unlock().
Public Member Functions | |
---|---|
TBitmapLockCount() |
Private Member Functions | |
---|---|
TInt | Dec() |
TInt | Inc() |
Private Attributes | |
---|---|
TInt | iCount |
TBitmapLockCount | ( | ) | [inline] |
Default constructor. Initialises the lock count to zero.