#include <htdata.h>
Inheritance diagram for ht_queue:

Public Member Functions | |
| void | enqueue (Object *data) |
| Object * | dequeue () |
| Object * | pop () |
| void | push (Object *data) |
|
|
Definition at line 1305 of file htdata.cc. References ht_clist::do_remove(), ht_clist::get(), and NULL. Referenced by ht_dialog::dequeuemsg(), pop(), and Analyser::popAddress(). |
|
|
Definition at line 1300 of file htdata.cc. References ht_clist::append(). Referenced by push(), Analyser::pushAddress(), and ht_dialog::queuemsg(). |
|
|
Definition at line 1315 of file htdata.cc. References dequeue(). |
|
|
Definition at line 1320 of file htdata.cc. References enqueue(). |
1.3.5