Go to the source code of this file.
Functions | |
template<class TokenType> | PT (TokenType) TokenBoard< TokenType > |
Locates the token by the given id in the list of done tokens, removes it from the list, and returns its pointer (which should be deleted by the calling function). |
Definition in file tokenBoard.I.
|
Locates the token by the given id in the list of done tokens, removes it from the list, and returns its pointer (which should be deleted by the calling function). Returns NULL if the token was not on the done list. Definition at line 69 of file tokenBoard.I. References TokenBoard< TokenType >::_really_done, and NULL. |