Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

TokenBoard< TokenType > Class Template Reference

#include <tokenBoard.h>

List of all members.

Public Member Functions

bool is_done_token (int id)
 Returns true if the indicated token id is on the done queue, false otherwise.

PointerTo< TokenType > get_done_token (int id)

Public Attributes

CircBuffer< PointerTo< TokenType >,
MAX_TOKENBOARD_REQUESTS
_waiting
CircBuffer< PointerTo< TokenType >,
MAX_TOKENBOARD_REQUESTS
_done
plist< PointerTo< TokenType > > _really_done

template<class TokenType>
class TokenBoard< TokenType >


Member Function Documentation

template<class TokenType>
PointerTo< TokenType > TokenBoard< TokenType >::get_done_token int  id  ) 
 

template<class TokenType>
bool TokenBoard< TokenType >::is_done_token int  id  ) 
 

Returns true if the indicated token id is on the done queue, false otherwise.

Definition at line 34 of file tokenBoard.I.

References TokenBoard< TokenType >::_done.


Member Data Documentation

template<class TokenType>
CircBuffer<PointerTo< TokenType >, MAX_TOKENBOARD_REQUESTS> TokenBoard< TokenType >::_done
 

Definition at line 76 of file tokenBoard.h.

Referenced by TokenBoard< TokenType >::is_done_token().

template<class TokenType>
plist< PointerTo< TokenType > > TokenBoard< TokenType >::_really_done
 

Definition at line 82 of file tokenBoard.h.

Referenced by PT().

template<class TokenType>
CircBuffer<PointerTo< TokenType >, MAX_TOKENBOARD_REQUESTS> TokenBoard< TokenType >::_waiting
 

Definition at line 71 of file tokenBoard.h.


The documentation for this class was generated from the following files:
Generated on Fri May 2 00:55:39 2003 for Panda by doxygen1.3