#include <Local_Tokens.h>
Inheritance diagram for ACE_TSS_TPQ_Entry:
Public Methods | |
ACE_TSS_TPQ_Entry (const ACE_Token_Proxy *proxy, const ACE_TCHAR *client_id) | |
virtual | ~ACE_TSS_TPQ_Entry (void) |
Destructor. | |
virtual ACE_TPQ_Entry * | make_TSS_TYPE (void) const |
Allows us to pass args to the construction of the TSS object. | |
operator ACE_TPQ_Entry * (void) | |
Operator overloading and inheritence don't mix. | |
void | dump (void) const |
Dump the state of the class. | |
ACE_TPQ_Entry * | operator-> (void) |
Private Methods | |
ACE_TSS_TPQ_Entry (const ACE_TSS_TPQ_Entry &) | |
Private: should not be used. | |
void | operator= (const ACE_TSS_TPQ_Entry &) |
Private Attributes | |
const ACE_Token_Proxy * | proxy_ |
Proxy. | |
const ACE_TCHAR * | client_id_ |
Client_id. |
Not a public interface.
|
These are passed to the constructor of ACE_TPQ_Entry in make_TSS_TYPE |
|
Destructor.
|
|
Private: should not be used.
|
|
Dump the state of the class.
Reimplemented from ACE_TPQ_Entry. |
|
Allows us to pass args to the construction of the TSS object.
|
|
Operator overloading and inheritence don't mix.
|
|
|
|
|
|
Client_id.
Reimplemented from ACE_TPQ_Entry. |
|
Proxy.
Reimplemented from ACE_TPQ_Entry. |