#include <thread.hpp>

Public Member Functions | |
| lock (mutex &m) | |
| ~lock () | |
Private Member Functions | |
| lock (const lock &) | |
| void | operator= (const lock &) |
Private Attributes | |
| mutex & | m_ |
Definition at line 110 of file thread.hpp.
| threading::lock::lock | ( | mutex & | m | ) | [explicit] |
Definition at line 91 of file thread.cpp.
References threading::mutex::m_, and m_.
| threading::lock::~lock | ( | ) |
Definition at line 96 of file thread.cpp.
References threading::mutex::m_, and m_.
| threading::lock::lock | ( | const lock & | ) | [private] |
| void threading::lock::operator= | ( | const lock & | ) | [private] |
mutex& threading::lock::m_ [private] |
Definition at line 128 of file thread.hpp.
| Generated by doxygen 1.7.1 on Thu May 24 2012 01:26:11 for The Battle for Wesnoth | Gna! | Forum | Wiki | CIA | devdocs |