![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
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_queue | private |
| data_new(void *data, uq_free_fn_t free_fn) | update_queue | private |
| drop() | update_queue | static |
| 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_cb | update_queue | private |
| init() | update_queue | |
| m_instance | update_queue | privatestatic |
| processing_finished(int request_id) | update_queue | |
| push(uq_callback_t cb, struct update_queue_data *dt) | update_queue | private |
| queue | update_queue | private |
| update_queue()=default | update_queue | private |
| update_unqueue() | update_queue | private |
| uq() | update_queue | static |
| wq_add_request(waitingQueue &hash, int request_id, uq_callback_t cb, void *data, uq_free_fn_t free_fn) | update_queue | private |
| wq_data_destroy(struct waiting_queue_data *wq_data) | update_queue | private |
| wq_data_extract(struct waiting_queue_data *wq_data) | update_queue | private |
| wq_data_new(uq_callback_t callback, void *data, uq_free_fn_t free_fn) | update_queue | private |
| wq_processing_finished | update_queue | private |
| wq_run_requests(waitingQueue &hash, int request_id) | update_queue | private |
| ~update_queue() | update_queue |