Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

ACE_TSS_Ref Class Reference

"Reference count" for thread-specific storage keys. More...

#include <OS.h>

List of all members.

Public Methods

 ACE_TSS_Ref (ACE_thread_t id)
 Constructor.

 ACE_TSS_Ref (void)
 Default constructor.

int operator== (const ACE_TSS_Ref &) const
 Check for equality.

int operator!= (const ACE_TSS_Ref &) const
 Check for inequality.


Public Attributes

ACE_thread_t tid_
 ID of thread using a specific key.


Detailed Description

"Reference count" for thread-specific storage keys.

Since the doesn't allow duplicates, the "reference count" is the identify of the thread_id.


Constructor & Destructor Documentation

ACE_TSS_Ref::ACE_TSS_Ref ( ACE_thread_t id )
 

Constructor.

ACE_TSS_Ref::ACE_TSS_Ref ( void )
 

Default constructor.


Member Function Documentation

int ACE_TSS_Ref::operator!= ( const ACE_TSS_Ref & tss_ref ) const
 

Check for inequality.

int ACE_TSS_Ref::operator== ( const ACE_TSS_Ref & info ) const
 

Check for equality.


Member Data Documentation

ACE_thread_t ACE_TSS_Ref::tid_
 

ID of thread using a specific key.


The documentation for this class was generated from the following files:
Generated at Fri Oct 5 07:05:25 2001 for ACE by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000