|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
Go to the source code of this file.
Classes | |
| class | LinkedList |
| class | LinkedListNode |
Macros | |
| #define | EVAL_LL_CLEAR(...) |
| #define | EVAL_LL_DELETE(...) |
| #define | LL_CLEAR(...) |
| #define | LL_CLEAR_1(this) |
| #define | LL_CLEAR_2(this, dtor) |
| #define | LL_DELETE(...) |
| #define | LL_DELETE_1(this) |
| #define | LL_DELETE_2(this, dtor) |
| #define | LL_EACH(list, cond, body) |
| #define | LL_EMPTY(ll) |
| #define | LL_NEW() |
Functions | |
| entity | LL_POP (LinkedList this) |
| Pop from tail. | |
| entity | LL_PUSH (LinkedList this, entity e) |
| Push to tail. | |
| #define EVAL_LL_CLEAR | ( | ... | ) |
Definition at line 48 of file linkedlist.qh.
| #define EVAL_LL_DELETE | ( | ... | ) |
Definition at line 64 of file linkedlist.qh.
| #define LL_CLEAR | ( | ... | ) |
Definition at line 47 of file linkedlist.qh.
| #define LL_CLEAR_1 | ( | this | ) |
Definition at line 49 of file linkedlist.qh.
| #define LL_CLEAR_2 | ( | this, | |
| dtor ) |
Definition at line 50 of file linkedlist.qh.
| #define LL_DELETE | ( | ... | ) |
| #define LL_DELETE_1 | ( | this | ) |
Definition at line 65 of file linkedlist.qh.
| #define LL_DELETE_2 | ( | this, | |
| dtor ) |
Definition at line 66 of file linkedlist.qh.
| #define LL_EACH | ( | list, | |
| cond, | |||
| body ) |
Definition at line 73 of file linkedlist.qh.
Referenced by cl_notice_run(), Draw_ShowNames(), and Draw_ShowNames_All().
| #define LL_EMPTY | ( | ll | ) |
Definition at line 16 of file linkedlist.qh.
| #define LL_NEW | ( | ) |
Definition at line 14 of file linkedlist.qh.
Referenced by cl_notice_read(), and STATIC_INIT().
| entity LL_POP | ( | LinkedList | this | ) |
Pop from tail.
Definition at line 34 of file linkedlist.qh.
| entity LL_PUSH | ( | LinkedList | this, |
| entity | e ) |
Push to tail.
Definition at line 21 of file linkedlist.qh.
References assert, entity(), and NEW.
Referenced by cl_notice_read(), and STATIC_INIT().