ost::Cancellation
ost::Cancellation
Section: C Library Functions (3) Updated: 16 Feb 2010 Local index
Up
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::Cancel cancel)
ost::Cancellation::~Cancellation ()
Author
Generated automatically by Doxygen for GNU CommonC++ from the source code.
Index
- NAME
-
- SYNOPSIS
-
- Public Member Functions
-
- Detailed Description
-
- Constructor & Destructor Documentation
-
- ost::Cancellation::Cancellation (Thread::Cancel cancel)
-
- ost::Cancellation::~Cancellation ()
-
- Author
-
This document was created by
man2html,
using the manual pages.
Time: 21:51:50 GMT, April 16, 2011