|
OGRE
1.9.0
|
Locking helper. More...
#include <OgreHardwareBuffer.h>
Public Member Functions | |
| HardwareBufferLockGuard (const T &p, HardwareBuffer::LockOptions options) | |
| HardwareBufferLockGuard (const T &p, size_t offset, size_t length, HardwareBuffer::LockOptions options) | |
| ~HardwareBufferLockGuard () | |
Public Attributes | |
| const T & | pBuf |
| void * | pData |
Locking helper.
Guaranteed unlocking even in case of exception.
Definition at line 357 of file OgreHardwareBuffer.h.
| Ogre::HardwareBufferLockGuard< T >::HardwareBufferLockGuard | ( | const T & | p, |
| HardwareBuffer::LockOptions | options ) |
Definition at line 359 of file OgreHardwareBuffer.h.
| Ogre::HardwareBufferLockGuard< T >::HardwareBufferLockGuard | ( | const T & | p, |
| size_t | offset, | ||
| size_t | length, | ||
| HardwareBuffer::LockOptions | options ) |
Definition at line 364 of file OgreHardwareBuffer.h.
| Ogre::HardwareBufferLockGuard< T >::~HardwareBufferLockGuard | ( | ) |
Definition at line 369 of file OgreHardwareBuffer.h.
| const T& Ogre::HardwareBufferLockGuard< T >::pBuf |
Definition at line 374 of file OgreHardwareBuffer.h.
| void* Ogre::HardwareBufferLockGuard< T >::pData |
Definition at line 375 of file OgreHardwareBuffer.h.
1.13.2