CyberEngineMkIII
Home
Contexts
Conventions
Classes
Files
Todo
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
Engine
Platform
System
Win32
CYBWin32Mutex.hpp
Go to the documentation of this file.
1
#pragma once
3
namespace
CYB {
4
namespace
Platform {
5
namespace
System {
6
namespace
Implementation {
8
class
Mutex
{
9
protected
:
10
Win32::CRITICAL_SECTION
FCriticalSection
;
11
};
12
};
13
};
14
};
15
};
CYB::Platform::System::Implementation::Mutex::FCriticalSection
Win32::CRITICAL_SECTION FCriticalSection
The CRITICAL_SECTION struct.
Definition:
CYBWin32Mutex.hpp:10
CYB::Platform::System::Implementation::Mutex
Contains the CRITICAL_SECTION struct.
Definition:
CYBWin32Mutex.hpp:8
Generated by
1.8.6