Freeciv21
Develop your civilization from humble roots to a global empire
update_queue Member List

This is the complete list of members for update_queue, including all inherited members.

add(uq_callback_t callback, void *data)update_queue
connect_processing_finished(int request_id, uq_callback_t cb, void *data)update_queue
connect_processing_finished_full(int request_id, uq_callback_t cb, void *data, uq_free_fn_t free_func)update_queue
connect_processing_finished_unique(int request_id, uq_callback_t cb, void *data)update_queue
data_destroy(struct update_queue_data *dt)update_queueprivate
data_new(void *data, uq_free_fn_t free_fn)update_queueprivate
drop()update_queuestatic
has_callback(uq_callback_t callback)update_queue
has_callback_full(uq_callback_t cb, const void **data, uq_free_fn_t *free_fn)update_queue
has_idle_cbupdate_queueprivate
init()update_queue
m_instanceupdate_queueprivatestatic
processing_finished(int request_id)update_queue
push(uq_callback_t cb, struct update_queue_data *dt)update_queueprivate
queueupdate_queueprivate
update_queue()=defaultupdate_queueprivate
update_unqueue()update_queueprivate
uq()update_queuestatic
wq_add_request(waitingQueue &hash, int request_id, uq_callback_t cb, void *data, uq_free_fn_t free_fn)update_queueprivate
wq_data_destroy(struct waiting_queue_data *wq_data)update_queueprivate
wq_data_extract(struct waiting_queue_data *wq_data)update_queueprivate
wq_data_new(uq_callback_t callback, void *data, uq_free_fn_t free_fn)update_queueprivate
wq_processing_finishedupdate_queueprivate
wq_run_requests(waitingQueue &hash, int request_id)update_queueprivate
~update_queue()update_queue