|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLMISC::CTDS Class ReferenceThread dependant storage class.
More...
#include <tds.h>
List of all members.
Detailed Description
Thread dependant storage class.
This class provides a thread specific (void*). It is initialized at NULL.
-
Author:
-
Cyril 'Hulud' Corvazier , Nevrax France
-
Date:
-
2002
Definition at line 46 of file tds.h.
Constructor & Destructor Documentation
|
Constructor. The pointer is initialized with NULL.
Definition at line 41 of file tds.cpp.
References _Key. |
Member Function Documentation
void * NLMISC::CTDS::getPointer |
( |
|
) |
const |
|
|
Get the thread specific pointer.
Definition at line 66 of file tds.cpp.
References _Key. |
void NLMISC::CTDS::setPointer |
( |
void * |
pointer |
) |
|
|
Member Data Documentation
pthread_key_t NLMISC::CTDS::_Key [private]
|
|
The documentation for this class was generated from the following files:
|
|