|
Marine Library
1.0
C++ library for Linux Networking Development
|
Public Types | |
| typedef COmitCV< LockT >::result_type | lock_type |
| typedef CLockAdapter< lock_type > | adapter_type |
Public Member Functions | |
| CGuard (volatile lock_type &r, bool bWrite=true) | |
| CGuard (const volatile lock_type &r) | |
| CGuard (volatile lock_type *p, bool bWrite=true) | |
| CGuard (const volatile lock_type *p) | |
1.8.11