Equalizer
1.4.1
|
Public Member Functions | |
virtual void | push (co::Command &packet) |
virtual void | pushFront (co::Command &packet) |
virtual void | wakeup () |
virtual co::Command * | pop () |
virtual co::Command * | tryPop () |
int64_t | resetWaitTime () |
void | setMessagePump (MessagePump *pump) |
MessagePump * | getMessagePump () |
Definition at line 32 of file eq/client/commandQueue.h.
virtual co::Command* eq::CommandQueue::pop | ( | ) | [virtual] |
virtual void eq::CommandQueue::push | ( | co::Command & | packet | ) | [virtual] |
Reimplemented from co::CommandQueue.
virtual void eq::CommandQueue::pushFront | ( | co::Command & | packet | ) | [virtual] |
Reimplemented from co::CommandQueue.
int64_t eq::CommandQueue::resetWaitTime | ( | ) | [inline] |
Definition at line 54 of file eq/client/commandQueue.h.
virtual co::Command* eq::CommandQueue::tryPop | ( | ) | [virtual] |
Reimplemented from co::CommandQueue.
virtual void eq::CommandQueue::wakeup | ( | ) | [virtual] |
Reimplemented from co::CommandQueue.