ACE  6.3.4
Public Member Functions | Public Attributes | List of all members
Hash_Token< TYPE > Class Template Reference

#include <Timer_Hash_T.h>

Public Member Functions

 Hash_Token (void)
 
Hash_Token< TYPE > * get_next (void)
 
void set_next (Hash_Token< TYPE > *next)
 
void set (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_
 
Hash_Token< TYPE > * next_
 Pointer to next token. More...
 

Constructor & Destructor Documentation

template<class TYPE >
Hash_Token< TYPE >::Hash_Token ( void  )
inline

Member Function Documentation

template<class TYPE >
Hash_Token<TYPE>* Hash_Token< TYPE >::get_next ( void  )
inline
template<class TYPE >
void Hash_Token< TYPE >::set ( const void *  act,
size_t  pos,
long  orig_id,
const TYPE &  type 
)
inline
template<class TYPE >
void Hash_Token< TYPE >::set_next ( Hash_Token< TYPE > *  next)
inline

Member Data Documentation

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

Pointer to next token.

template<class TYPE >
long Hash_Token< TYPE >::orig_id_
template<class TYPE >
size_t Hash_Token< TYPE >::pos_
template<class TYPE >
TYPE Hash_Token< TYPE >::type_

The documentation for this class was generated from the following file: