ランタイム
Mix::CriticalSection Class Reference

クリティカルセクションクラス More...

#include <CriticalSection.h>

Inheritance diagram for Mix::CriticalSection:
Collaboration diagram for Mix::CriticalSection:

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...
 

Detailed Description

クリティカルセクションクラス

Constructor & Destructor Documentation

Mix::CriticalSection::CriticalSection ( void  )

コンストラクタ

Mix::CriticalSection::~CriticalSection ( void  )

デストラクタ

Member Function Documentation

void Mix::CriticalSection::Enter ( void  ) const

クリティカルセクションに入ります

void Mix::CriticalSection::Leave ( void  ) const

クリティカルセクションを出ます


The documentation for this class was generated from the following file: