NAME
ACE_TSS_TPQ_Entry -
Not a public interface.
SYNOPSIS
#include <ace/Local_Tokens>
class ACE_TSS_TPQ_Entry : public ACE_TPQ_ENTRY
{
public:
ACE_TSS_TPQ_Entry (
const ACE_Token_Proxy *proxy,
const char *client_id
);
virtual ACE_TPQ_Entry *make_TSS_TYPE (void) const;
operator ACE_TPQ_Entry *(void);
void dump (void) const;
inline ACE_TSS_TPQ_Entry *operator-> (void);
private:
const ACE_Token_Proxy *proxy_;
const char *client_id_;
};
DESCRIPTION
This file contains definitions for the following classes:
public:
7. ACE_Token_Proxy
8. ACE_Null_Token : public ACE_Token_Proxy
9. ACE_Local_Mutex : public ACE_Token_Proxy
*. ACE_Local_RLock : public ACE_Local_Mutex
&. ACE_Local_WLock : public ACE_Local_Mutex
private:
1. ACE_TOKEN_CONST
3. ACE_TPQ_Entry
b. ACE_TSS_TPQ_Entry
c. ACE_TPQ_Iterator
4. ACE_Token_Proxy_Queue
5. ACE_Tokens
6. ACE_Mutex_Token : public ACE_Tokens
12. ACE_RW_Token : public ACE_Tokens
a. ACE_Token_Name
These are passed to the constructor of ACE_TPQ_Entry in
make_TSS_TYPE
const ACE_Token_Proxy *proxy_;
const char *client_id_;
AUTHOR
Karl-Heinz Dorn (kdorn@erlh.siemens.de)
Douglas C. Schmidt (schmidt@cs.wustl.edu)
Tim Harrison (harrison@cs.wustl.edu)
LIBRARY
ace