1#ifndef INC_EUCRITICALSECTION_H
2#define INC_EUCRITICALSECTION_H
60 #pragma warning( disable : 4251 )
239 #pragma warning( default : 4251 )
Is a mutex which can be queried via its lock mode. See 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