#include <thread.h>
Inherits SigCX::Threads::Private_.
Public Member Functions | |
| Private (const T &t=T()) | |
| ~Private () | |
| T & | operator= (const T &t) |
| operator T & () | |
Thread-private data is like a thread split static.
| SigCX::Threads::Private< T >::Private | ( | const T & | t = T() |
) | [inline] |
Constructor.
| SigCX::Threads::Private< T >::~Private | ( | ) | [inline] |
Destructor.
| T& SigCX::Threads::Private< T >::operator= | ( | const T & | t | ) | [inline] |
Assignment operator.
| SigCX::Threads::Private< T >::operator T & | ( | ) | [inline] |
Get data.
1.5.5