Spinnaker SDK C++
4.1.0.157
 
 

 
Loading...
Searching...
No Matches

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

#include <Synch.h>

Inheritance diagram for CLockEx:
CLock

Protected Attributes

void * m_lockEx
 
- Protected Attributes inherited from CLock
void * m_lock
 
bool m_bOwnLock
 

Additional Inherited Members

- Public Member Functions inherited from CLock
 CLock ()
 Constructor.
 
 CLock (void *pLock)
 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

Member Data Documentation

◆ m_lockEx

void* m_lockEx
protected

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