1#ifndef INC_EUCRITICALSECTION_H 
    2#define INC_EUCRITICALSECTION_H 
   77    #pragma warning( disable : 4251 ) 
  256    #pragma warning( default : 4251 ) 
CriticalSection(const CriticalSection &rT)
 
bool m_bIsLocked
Definition EuCriticalSection.h:154
 
virtual ~CriticalSection()
 
std::mutex m_ExclusiveAccessMutex
Definition EuCriticalSection.h:141