This class is for testing purposes only. More...
#include <GCSynch.h>
Private Member Functions | |
CLockEx (const CLockEx &) | |
no copy constructor More... | |
CLockEx & | operator= (const CLockEx &) |
no assignment operator More... | |
Additional Inherited Members | |
Public Member Functions inherited from GENICAM_NAMESPACE::CLock | |
CLock () | |
Constructor. More... | |
void | Lock () |
enters the critical section (may block) More... | |
bool | TryLock () |
tries to enter the critical section; returns true if successful More... | |
void | Unlock () |
leaves the critical section More... | |
~CLock () | |
Destructor. More... | |
This class is for testing purposes only.
It should not be used for client code because it exists only for Windows but not for Linux since it uses internal data structures of a Win32 object
|
private |
no copy constructor