|
void | cmd_whisper (ClientId client_id, position_t target, SlotId slot) |
|
void | cmd_message (ClientId client_id, position_t target, SlotId slot) |
|
void | cmd_help (ClientId client_id, position_t target, SlotId slot) |
|
void | cmd_disconnect (ClientId client_id, position_t target, SlotId slot) |
|
void | cmd_pickup (ClientId client_id, position_t target, SlotId slot) |
|
void | cmd_drop (ClientId client_id, position_t target, SlotId slot) |
|
void | cmd_resuscitate (ClientId client_id, position_t target, SlotId slot) |
|
void | cmd_heal (ClientId client_id, position_t target, SlotId slot) |
|
void | cmd_unequip_all (ClientId client_id, position_t target, SlotId slot) |
|
void | cmd_list (ClientId client_id, position_t target, SlotId slot) |
|
void | cmd_buy (ClientId client_id, position_t target, SlotId slot) |
|
void | cmd_sell (ClientId client_id, position_t target, SlotId slot) |
|
void | cmd_deposit_item (ClientId client_id, position_t target, SlotId slot) |
|
void | cmd_withdraw_item (ClientId client_id, position_t target, SlotId slot) |
|
void | cmd_deposit_gold (ClientId client_id, position_t target, SlotId slot) |
|
void | cmd_withdraw_gold (ClientId client_id, position_t target, SlotId slot) |
|
void | cmd_meditate (ClientId client_id, position_t target, SlotId slot) |
|
Métodos públicos heredados desde BlockingThEventHandler |
| BlockingThEventHandler (BlockingThEventHandler &&other) |
|
BlockingThEventHandler & | operator= (BlockingThEventHandler &&other) |
|
bool | is_threaded () const override |
| Verificar si un EventHandler tiene un thread dedicado. Más...
|
|
bool | is_done () const |
|
void | push_event (const Event &ev) override |
|
virtual void | run () override |
| Function to be called by the thread. Más...
|
|
virtual void | stop () |
|
| Thread () |
| Construct a new Thread object. Más...
|
|
| Thread (const Thread &)=delete |
|
Thread & | operator= (const Thread &)=delete |
|
| Thread (Thread &&other) |
| Move constructor. Más...
|
|
virtual Thread & | operator= (Thread &&other) |
|
void | operator() () |
| Thread as a functor, same as start(). Más...
|
|
void | start () |
| Start the thread. Más...
|
|
virtual void | join () |
| Join the thread. Más...
|
|
void | usleep (unsigned int us) |
| Sleeps for value in micro-seconds. Más...
|
|
template<class Rep , class Period > |
void | sleep (const std::chrono::duration< Rep, Period > &duration) |
| Wrapper of std::this_thread::sleep_for. Más...
|
|
virtual | ~Thread () |
| Deletes safely the thread, if it not joined, join() Más...
|
|
La documentación para esta clase fue generada a partir de los siguientes ficheros: