A class to keep a collection of thread-specific objects. More...
#include <perthread.h>

Public Member Functions | |
| perthread (void) | |
| ~perthread (void) | |
| kind & | get (void) |
| perthread & | operator= (kind &i) |
| perthread & | operator= (const kind &i) |
Protected Attributes | |
| lock< bool > | lck |
| perthreadnode< kind > * | first |
| perthreadnode< kind > * | last |
A class to keep a collection of thread-specific objects.
Destructor.
Erases the array, which will delete the collected objects.
1.6.1