#include <tnlThread.h>
Public Methods | |
| ThreadStorage () | |
| ThreadStorage constructor. | |
| ~ThreadStorage () | |
| ThreadStorage destructor. | |
| void * | get () |
| returns the per-thread stored void pointer for this ThreadStorage. The default value is NULL. | |
| void | set (void *data) |
| sets the per-thread stored void pointer for this ThreadStorage object. | |
Definition at line 126 of file tnlThread.h.
1.2.18