man ost_Cancellation (Fonctions bibliothèques) - A class to automatically set the thread cancellation mode of a member function.Automatic cancellation mode setting.
NAME
ost::Cancellation - A class to automatically set the thread cancellation mode of a member function.Automatic cancellation mode setting.
SYNOPSIS
#include <thread.h>
Public Member Functions
Cancellation (Thread::Cancel cancel)
~Cancellation ()
Detailed Description
A class to automatically set the thread cancellation mode of a member function.Automatic cancellation mode setting.
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>
Constructor & Destructor Documentation
ost::Cancellation::Cancellation (Thread::Cancel cancel)
ost::Cancellation::~Cancellation ()
Author
Generated automatically by Doxygen for GNU CommonC++ from the source code.