Provided by: libcommoncpp2-doc_1.8.1-6ubuntu1_all 

NAME
ost::Cancellation -
A class to automatically set the thread cancellation mode of a member function.
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.
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.
Constructor & Destructor Documentation
ost::Cancellation::Cancellation (Thread::Cancelcancel) ost::Cancellation::~Cancellation ()
Author
Generated automatically by Doxygen for GNU CommonC++ from the source code.
GNU CommonC++ Sun Jan 5 2014 ost::Cancellation(3)