Go to the source code of this file.
◆ ae2f_AnnUtilPtr2
#define ae2f_AnnUtilPtr2 |
( |
| A_t, |
|
|
| B_t, |
|
|
| ... ) |
Value:
{ A_t* a; B_t* b; }
#define ae2f_AnnUtilPtr2Name(A_t, B_t)
#define ae2f_structdef(key, name)
Definition at line 18 of file Util.h.
◆ ae2f_AnnUtilPtr2Name
#define ae2f_AnnUtilPtr2Name |
( |
| A_t, |
|
|
| B_t ) |
Value: ae2f_AnnUtilPtr__##A_t##B_t
Definition at line 8 of file Util.h.
◆ ae2f_AnnUtilV2
#define ae2f_AnnUtilV2 |
( |
| A_LEFT, |
|
|
| A_t, |
|
|
| A_POST, |
|
|
| B_LEFT, |
|
|
| B_t, |
|
|
| B_POST ) |
Value:
{ A_LEFT A_t A_POST a; B_LEFT B_t B_POST b; }
#define ae2f_AnnUtilV2Name(A_t, B_t)
Definition at line 14 of file Util.h.
◆ ae2f_AnnUtilV2Name
#define ae2f_AnnUtilV2Name |
( |
| A_t, |
|
|
| B_t ) |
Value: ae2f_AnnUtilV2Name__##A_t##B_t
Definition at line 11 of file Util.h.