Public Member Functions | |
void | protectingThread () |
TestRunner () | |
Protected Attributes | |
boost::condition | cond_ |
bool | done_protecting_ |
DestructionGuard | guard_ |
boost::mutex | mutex_ |
Definition at line 44 of file destruction_guard_test.cpp.
TestRunner::TestRunner | ( | ) | [inline] |
Definition at line 47 of file destruction_guard_test.cpp.
void TestRunner::protectingThread | ( | ) | [inline] |
Definition at line 52 of file destruction_guard_test.cpp.
boost::condition TestRunner::cond_ [protected] |
Definition at line 79 of file destruction_guard_test.cpp.
bool TestRunner::done_protecting_ [protected] |
Definition at line 77 of file destruction_guard_test.cpp.
DestructionGuard TestRunner::guard_ [protected] |
Definition at line 75 of file destruction_guard_test.cpp.
boost::mutex TestRunner::mutex_ [protected] |
Definition at line 78 of file destruction_guard_test.cpp.