Spinnaker SDK C++
4.1.0.172
 
 

 
Loading...
Searching...
No Matches

This class is for testing purposes only. More...

#include <GCSynch.h>

Inheritance diagram for CLockEx:
CLock

Additional Inherited Members

- Public Member Functions inherited from CLock
 CLock ()
 Constructor.
 
 ~CLock ()
 Destructor.
 
bool TryLock ()
 tries to enter the critical section; returns true if successful
 
void Lock ()
 enters the critical section (may block)
 
void Unlock ()
 leaves the critical section
 

Detailed Description

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


The documentation for this class was generated from the following file: