Hash_Token< TYPE > Struct Template Reference

Collaboration diagram for Hash_Token< TYPE >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Hash_Token (const void *act, size_t pos, long orig_id, const TYPE &type)

Public Attributes

const void * act_
size_t pos_
long orig_id_
TYPE type_

template<class TYPE>
struct Hash_Token< TYPE >


Constructor & Destructor Documentation

template<class TYPE>
Hash_Token< TYPE >::Hash_Token const void *  act,
size_t  pos,
long  orig_id,
const TYPE &  type
[inline]
 

Definition at line 23 of file Timer_Hash_T.cpp.

References Hash_Token< TYPE >::orig_id_, and Hash_Token< TYPE >::pos_.

00027     : act_ (act),
00028       pos_ (pos),
00029       orig_id_ (orig_id),
00030       type_ (type)
00031   {}


Member Data Documentation

template<class TYPE>
const void* Hash_Token< TYPE >::act_
 

Definition at line 33 of file Timer_Hash_T.cpp.

Referenced by ACE_Timer_Hash_T< TYPE, FUNCTOR, ACE_LOCK, BUCKET >::cancel(), ACE_Timer_Hash_Upcall< TYPE, FUNCTOR, ACE_LOCK >::deletion(), ACE_Timer_Hash_T< TYPE, FUNCTOR, ACE_LOCK, BUCKET >::dispatch_info_i(), and ACE_Timer_Hash_T< TYPE, FUNCTOR, ACE_LOCK, BUCKET >::expire().

template<class TYPE>
long Hash_Token< TYPE >::orig_id_
 

Definition at line 35 of file Timer_Hash_T.cpp.

Referenced by ACE_Timer_Hash_T< TYPE, FUNCTOR, ACE_LOCK, BUCKET >::cancel(), ACE_Timer_Hash_T< TYPE, FUNCTOR, ACE_LOCK, BUCKET >::expire(), Hash_Token< TYPE >::Hash_Token(), ACE_Timer_Hash_T< TYPE, FUNCTOR, ACE_LOCK, BUCKET >::reschedule(), ACE_Timer_Hash_T< TYPE, FUNCTOR, ACE_LOCK, BUCKET >::reset_interval(), and ACE_Timer_Hash_T< TYPE, FUNCTOR, ACE_LOCK, BUCKET >::schedule_i().

template<class TYPE>
size_t Hash_Token< TYPE >::pos_
 

Definition at line 34 of file Timer_Hash_T.cpp.

Referenced by ACE_Timer_Hash_T< TYPE, FUNCTOR, ACE_LOCK, BUCKET >::cancel(), ACE_Timer_Hash_T< TYPE, FUNCTOR, ACE_LOCK, BUCKET >::expire(), Hash_Token< TYPE >::Hash_Token(), ACE_Timer_Hash_T< TYPE, FUNCTOR, ACE_LOCK, BUCKET >::reschedule(), and ACE_Timer_Hash_T< TYPE, FUNCTOR, ACE_LOCK, BUCKET >::reset_interval().

template<class TYPE>
TYPE Hash_Token< TYPE >::type_
 

Definition at line 36 of file Timer_Hash_T.cpp.

Referenced by ACE_Timer_Hash_T< TYPE, FUNCTOR, ACE_LOCK, BUCKET >::cancel().


The documentation for this struct was generated from the following file:
Generated on Thu Nov 9 11:33:37 2006 for ACE by doxygen 1.3.6