1#ifndef INC_EUCRITICALSECTION_H
2#define INC_EUCRITICALSECTION_H
60 #pragma warning( disable : 4251 )
239 #pragma warning( default : 4251 )
Ist ein Mutex, welcher über sein Lock-Modus abgefragt werden kann. Siehe isLocked().
Definition EuCriticalSection.h:109
CriticalSection(const CriticalSection &rT)
bool m_bIsLocked
Definition EuCriticalSection.h:137
virtual ~CriticalSection()
std::mutex m_ExclusiveAccessMutex
Definition EuCriticalSection.h:124