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

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

◆ Hash_Token()

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

Member Function Documentation

◆ get_next()

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

◆ set()

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

◆ set_next()

template<class TYPE >
void Hash_Token< TYPE >::set_next ( Hash_Token< TYPE > *  next)
inline

Member Data Documentation

◆ act_

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

◆ next_

template<class TYPE >
Hash_Token<TYPE>* Hash_Token< TYPE >::next_

Pointer to next token.

◆ orig_id_

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

◆ pos_

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

◆ type_

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

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