foobar2000 SDK  2015-01-14
Public Member Functions
critical_section_static

#include <synchro_win.h>

+ Inheritance diagram for critical_section_static:

Public Member Functions

 critical_section_static ()
 
 ~critical_section_static ()
 
- Public Member Functions inherited from _critical_section_base
 _critical_section_base ()
 
void create () throw ()
 
void destroy () throw ()
 
void enter () throw ()
 
void leave () throw ()
 

Additional Inherited Members

- Protected Attributes inherited from _critical_section_base
CRITICAL_SECTION sec
 

Detailed Description

Definition at line 16 of file synchro_win.h.

Constructor & Destructor Documentation

critical_section_static::critical_section_static ( )
inline

Definition at line 18 of file synchro_win.h.

18 {create();}
critical_section_static::~critical_section_static ( )
inline

Definition at line 20 of file synchro_win.h.

20 {destroy();}

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