You.i Engine
YiRecursiveMutex.h
Go to the documentation of this file.
1
// © You i Labs Inc. 2000-2017. All rights reserved.
2
#ifndef _YI_RECURSIVE_MUTEX_H_
3
#define _YI_RECURSIVE_MUTEX_H_
4
5
#include "
thread/YiMutex.h
"
6
15
class
CYIRecursiveMutex
:
public
CYIMutex
16
{
17
public
:
18
CYIRecursiveMutex
();
19
};
20
25
inline
CYIRecursiveMutex::CYIRecursiveMutex
() :
26
CYIMutex
(
CYIMutex
::
YI_RECURSIVE_MUTEX
)
27
{
28
}
29
30
#endif // _YI_RECURSIVE_MUTEX_H_
YiMutex.h
CYIMutex
Definition:
YiMutex.h:110
CYIRecursiveMutex
Definition:
YiRecursiveMutex.h:15
CYIMutex::YI_RECURSIVE_MUTEX
Definition:
YiMutex.h:118
CYIRecursiveMutex::CYIRecursiveMutex
CYIRecursiveMutex()
Definition:
YiRecursiveMutex.h:25
thread
YiRecursiveMutex.h
Generated on Thu Aug 23 2018 03:08:10 for You.i Engine by
1.8.11