|
foobar2000 SDK
2015-01-14
|
#include <synchro_win.h>
Inheritance diagram for _critical_section_base:Public Member Functions | |
| _critical_section_base () | |
| void | create () throw () |
| void | destroy () throw () |
| void | enter () throw () |
| void | leave () throw () |
Protected Attributes | |
| CRITICAL_SECTION | sec |
Private Member Functions | |
| _critical_section_base (const _critical_section_base &) | |
| void | operator= (const _critical_section_base &) |
Definition at line 1 of file synchro_win.h.
|
inline |
Definition at line 5 of file synchro_win.h.
|
private |
|
inline | |||||||||||||
Definition at line 8 of file synchro_win.h.
|
inline | |||||||||||||
Definition at line 9 of file synchro_win.h.
|
inline | |||||||||||||
Definition at line 6 of file synchro_win.h.
|
inline | |||||||||||||
Definition at line 7 of file synchro_win.h.
|
private |
|
protected |
Definition at line 3 of file synchro_win.h.
1.8.9.1