ost::Cancellation - A class to automatically set the thread cancellation mode of a member function.
Contents
Constructor & Destructor Documentation
ost::Cancellation::Cancellation(Thread::Cancelcancel)ost::Cancellation::~Cancellation()
Detailed Description
A class to automatically set the thread cancellation mode of a member function.
When the member function returns and the automatic variable falls out of scope, the previous thread
cancellation mode is restored.
Author
David Sugar dyfet@gnu.org
Automatic cancellation mode setting.
Name
ost::Cancellation - A class to automatically set the thread cancellation mode of a member function.
Synopsis
#include <thread.h>
PublicMemberFunctionsCancellation (Thread::Cancel cancel)
~Cancellation ()
