#include <tokenBoard.h>
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 |
|
|
|
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. |
|
Definition at line 76 of file tokenBoard.h. Referenced by TokenBoard< TokenType >::is_done_token(). |
|
Definition at line 82 of file tokenBoard.h. Referenced by PT(). |
|
Definition at line 71 of file tokenBoard.h. |