Go to the source code of this file.
|
| #define | _CONCAT3(a, b, c) |
| #define | _CONCAT3_(a, b, c) |
| #define | _STRUCT_DECLARE(x, id, type, END) |
| #define | _STRUCT_PARAM(x, id, type, isend) |
| #define | _STRUCT_PARAM_(x, id, type) |
| #define | _STRUCT_PARAM_END(x, id, type) |
| #define | _STRUCT_PASS(x, id, type, END) |
| #define | _STRUCT_PASS_(x, id, type) |
| #define | _STRUCT_PASS_END(x, id, type) |
| #define | _STRUCT_STORE(x, id, type, END) |
| #define | _STRUCT_STORE_DST(_, it) |
| #define | _STRUCT_STORE_SRC(it, _) |
| #define | STRUCT(id, ...) |
| #define | STRUCT_DECLARE(id, s) |
| #define | STRUCT_PARAM(id, s) |
| #define | STRUCT_PASS(id, s) |
| #define | STRUCT_STORE(from, to, s) |
◆ _CONCAT3
| #define _CONCAT3 |
( |
| a, |
|
|
| b, |
|
|
| c ) |
Value:
#define _CONCAT3_(a, b, c)
Definition at line 20 of file struct.qh.
◆ _CONCAT3_
| #define _CONCAT3_ |
( |
| a, |
|
|
| b, |
|
|
| c ) |
◆ _STRUCT_DECLARE
| #define _STRUCT_DECLARE |
( |
| x, |
|
|
| id, |
|
|
| type, |
|
|
| END ) |
◆ _STRUCT_PARAM
| #define _STRUCT_PARAM |
( |
| x, |
|
|
| id, |
|
|
| type, |
|
|
| isend ) |
Value:
#define _STRUCT_PARAM_(x, id, type)
Definition at line 9 of file struct.qh.
◆ _STRUCT_PARAM_
| #define _STRUCT_PARAM_ |
( |
| x, |
|
|
| id, |
|
|
| type ) |
◆ _STRUCT_PARAM_END
| #define _STRUCT_PARAM_END |
( |
| x, |
|
|
| id, |
|
|
| type ) |
◆ _STRUCT_PASS
| #define _STRUCT_PASS |
( |
| x, |
|
|
| id, |
|
|
| type, |
|
|
| END ) |
Value:
#define _STRUCT_PASS_(x, id, type)
Definition at line 14 of file struct.qh.
◆ _STRUCT_PASS_
| #define _STRUCT_PASS_ |
( |
| x, |
|
|
| id, |
|
|
| type ) |
◆ _STRUCT_PASS_END
| #define _STRUCT_PASS_END |
( |
| x, |
|
|
| id, |
|
|
| type ) |
◆ _STRUCT_STORE
| #define _STRUCT_STORE |
( |
| x, |
|
|
| id, |
|
|
| type, |
|
|
| END ) |
Value:
#define _STRUCT_STORE_SRC(it, _)
#define _CONCAT3(a, b, c)
#define _STRUCT_STORE_DST(_, it)
Definition at line 21 of file struct.qh.
◆ _STRUCT_STORE_DST
| #define _STRUCT_STORE_DST |
( |
| _, |
|
|
| it ) |
◆ _STRUCT_STORE_SRC
| #define _STRUCT_STORE_SRC |
( |
| it, |
|
|
| _ ) |
◆ STRUCT
| #define STRUCT |
( |
| id, |
|
|
| ... ) |
◆ STRUCT_DECLARE
| #define STRUCT_DECLARE |
( |
| id, |
|
|
| s ) |
Value:
#define _STRUCT_DECLARE(x, id, type, END)
Definition at line 5 of file struct.qh.
◆ STRUCT_PARAM
| #define STRUCT_PARAM |
( |
| id, |
|
|
| s ) |
Value:
#define _STRUCT_PARAM(x, id, type, isend)
Definition at line 10 of file struct.qh.
◆ STRUCT_PASS
| #define STRUCT_PASS |
( |
| id, |
|
|
| s ) |
Value:
#define _STRUCT_PASS(x, id, type, END)
Definition at line 15 of file struct.qh.
◆ STRUCT_STORE
| #define STRUCT_STORE |
( |
| from, |
|
|
| to, |
|
|
| s ) |
Value:
#define _STRUCT_STORE(x, id, type, END)
Definition at line 22 of file struct.qh.