CWhileInSharedCS Class Reference
[MCCore]
List of all members.
Detailed Description
This class should be used to declare a local variable. The life span of this variable determines what block of code is encapsulated in the critical section in shared access mode. For more information on critical region see TMCSharedCriticalSection.
One of the advantage of using a local variable is that the destructor is called if an exception is thrown or if return is called in the middle of the function
For instance, you could write:
Constructor & Destructor Documentation
CWhileInSharedCS::CWhileInSharedCS |
( |
TMCSharedCriticalSection & |
theCS |
) |
[inline] |
CWhileInSharedCS::~CWhileInSharedCS |
( |
|
) |
[inline] |
Member Function Documentation
void CWhileInSharedCS::Clean |
( |
|
) |
[inline] |
Friends And Related Function Documentation
Member Data Documentation
The documentation for this class was generated from the following file: