penguins
1.0.0
|
Definition at line 15 of file bot_thread.hh.
Public Member Functions | |
BotThreadShared () | |
void | notify_exit () |
void | wait_for_exit () |
Data Fields | |
bool | exited = false |
Protected Member Functions | |
wxDECLARE_NO_COPY_CLASS (BotThreadShared) | |
Protected Attributes | |
wxMutex | mutex {} |
wxCondition | condvar { this->mutex } |
bool BotThreadShared::exited = false |
Definition at line 22 of file bot_thread.hh.
Referenced by notify_exit(), and wait_for_exit().
|
protected |
Definition at line 25 of file bot_thread.hh.
Referenced by notify_exit(), and wait_for_exit().
|
protected |
Definition at line 26 of file bot_thread.hh.
Referenced by notify_exit(), and wait_for_exit().
|
inline |
Definition at line 17 of file bot_thread.hh.
void BotThreadShared::notify_exit | ( | ) |
Definition at line 18 of file bot_thread.cc.
void BotThreadShared::wait_for_exit | ( | ) |
Definition at line 10 of file bot_thread.cc.
|
protected |