Go to the source code of this file.
Macros | |
| #define | ae2f_RecordMk(type, v) |
| Initialiser for trivial structures / classes. | |
| #define | ae2f_static_cast(t, v) |
| static_cast for C++ | |
| #define | ae2f_dynamic_cast(t, v) |
| dynamic_cast for C++ | |
| #define | ae2f_reinterpret_cast(t, v) |
| reinterpret_cast for C++ | |
| #define | ae2f_const_cast(t, v) |
| const_cast for C++ | |
| #define | ae2f_union_cast(tThen, tNow, v) |
| Makes a union that reads a memory in two methods. tThen -> tNow. | |
| #define ae2f_const_cast | ( | t, | |
| v ) |
const_cast for C++
| #define ae2f_dynamic_cast | ( | t, | |
| v ) |
dynamic_cast for C++
| #define ae2f_RecordMk | ( | type, | |
| v ) |
Initialiser for trivial structures / classes.
| #define ae2f_reinterpret_cast | ( | t, | |
| v ) |
reinterpret_cast for C++
| #define ae2f_static_cast | ( | t, | |
| v ) |
static_cast for C++
| #define ae2f_union_cast | ( | tThen, | |
| tNow, | |||
| v ) |
Makes a union that reads a memory in two methods.
tThen -> tNow.
| tThen | The existing data's type as input. |
| tNow | Wanted output datatype for casting. |
| v | Input value |