|
ランタイム
|
クリティカルセクションクラス More...
#include <CriticalSection.h>


Public Member Functions | |
| CriticalSection (void) | |
| コンストラクタ More... | |
| ~CriticalSection (void) | |
| デストラクタ More... | |
| void | Enter (void) const |
| クリティカルセクションに入ります More... | |
| void | Leave (void) const |
| クリティカルセクションを出ます More... | |
Public Member Functions inherited from Mix::Noncopyable | |
| Noncopyable (void) | |
| コンストラクタ More... | |
| virtual | ~Noncopyable (void) |
| デストラクタ More... | |
クリティカルセクションクラス
| Mix::CriticalSection::CriticalSection | ( | void | ) |
コンストラクタ
| Mix::CriticalSection::~CriticalSection | ( | void | ) |
デストラクタ
| void Mix::CriticalSection::Enter | ( | void | ) | const |
クリティカルセクションに入ります
| void Mix::CriticalSection::Leave | ( | void | ) | const |
クリティカルセクションを出ます