|
class | ACE_Guard< ACE_LOCK > |
| This data structure is meant to be used within a method or function... It performs automatic acquisition and release of a parameterized synchronization object ACE_LOCK. More...
|
|
class | ACE_Write_Guard< ACE_LOCK > |
| This class is similar to class ACE_Guard, though it acquires/releases a write lock automatically (naturally, the <ACE_LOCK> it is instantiated with must support the appropriate API). More...
|
|
class | ACE_Read_Guard< ACE_LOCK > |
| This class is similar to class ACE_Guard, though it acquires/releases a read lock automatically (naturally, the <ACE_LOCK> it is instantiated with must support the appropriate API). More...
|
|