#include <spCriticalSection.hpp>
List of all members.
Detailed Description
Critical section class used for multi-threading. This class is particular used in the "SecureList" class to have a thread safe variant of the std::list container.
Constructor & Destructor Documentation
sp::CriticalSection::CriticalSection |
( |
|
) |
|
sp::CriticalSection::~CriticalSection |
( |
|
) |
|
Member Function Documentation
void sp::CriticalSection::lock |
( |
|
) |
|
Locks the critical section. Before this function waits until its unlocked (not used by another thread). Don't forget to unlock the section.
void sp::CriticalSection::unlock |
( |
|
) |
|
The documentation for this class was generated from the following file: