ACE_TSS_Keys Class ReferenceCollection of in-use flags for a thread's TSS keys. For internal use only by ACE_TSS_Cleanup; it is public because some compilers can't use nested classes for template instantiation parameters. More...
Detailed DescriptionCollection of in-use flags for a thread's TSS keys. For internal use only by ACE_TSS_Cleanup; it is public because some compilers can't use nested classes for template instantiation parameters.Wrapper around array of whether each key is in use. A simple typedef doesn't work with Sun C++ 4.2. Member Enumeration Documentation
Constructor & Destructor Documentation
Default constructor, to initialize all bits to zero (unused).
Member Function Documentation
Mark the specified key as being in use, if it was not already so marked. Returns 1 if the had already been marked, 0 if not.
Mark the specified key as not being in use, if it was not already so cleared. Returns 1 if the key had already been cleared, 0 if not.
Return whether the specific key is marked as in use. Returns 1 if the key is been marked, 0 if not.
For a given key, find the word and bit number that represent it.
Member Data Documentation
Bit flag collection. A bit value of 1 indicates that the key is in use by this thread.
The documentation for this class was generated from the following files: Generated on Mon Sep 15 07:18:01 2008 for ACE by ![]() |