cwidget  0.5.16
cwidget::threads::recursive_mutex Class Reference

A mutex that is initialized to be recursive. More...

#include <threads.h>

Inheritance diagram for cwidget::threads::recursive_mutex:
cwidget::threads::mutex

List of all members.


Detailed Description

A mutex that is initialized to be recursive.

Used because apparently C++ global constructors can't take arguments.


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