#include <csaStopwatch.h>

Public Member Functions | |
| CsaStopwatch () | |
| int | read () |
Private Attributes | |
| MilliSeconds | start |
Definition at line 11 of file csaStopwatch.h.
| osl::game_playing::CsaStopwatch::CsaStopwatch | ( | ) | [inline] |
Definition at line 15 of file csaStopwatch.h.
| int osl::game_playing::CsaStopwatch::read | ( | ) | [inline] |
Definition at line 18 of file csaStopwatch.h.
References osl::eval::max(), and start.
Referenced by osl::game_playing::GameManager::computeMove(), osl::game_playing::GnuShogiClient::readAndProcessCommand(), and osl::game_playing::CsaClient::readAndProcessCommand().
MilliSeconds osl::game_playing::CsaStopwatch::start [private] |
Definition at line 13 of file csaStopwatch.h.
Referenced by read().
1.7.6.1