|
#define | ae2f_Cast_h |
| asdf
|
#define | ae2f_CastCCls "\033[2J\033[H" |
| ANSI Code for clearing the console. Clearing all display, moving the cursor on the top.
|
#define | ae2f_CastMerge(...) |
| simply merge all text inside the round bracket, counting them as a single text block.
|
#define | ae2f_RecordMk(type, ...) |
| Initialiser for trivial structures / classes.
|
#define | ae2f_static_cast(t, v) |
#define | ae2f_dynamic_cast(t, v) |
#define | ae2f_reinterpret_cast(t, v) |
#define | ae2f_const_cast(t, v) |
#define | ae2f_union_cast(tThen, tNow, v) |
| Makes a union that reads a memory in two methods.
tThen -> tNow
|
#define | ae2f_struct ae2f_WhenC(struct) |
| In C, keyword 'struct' must be written in front of the structure's name in order to use as a type name.
In C++ that keyword is not required.
|
#define | ae2f_extern ae2f_WhenC(extern) ae2f_WhenCXX(extern "C") |
| Suggests the existence of external variable or function, in naming of C. [non-mangling].
|
#define | ae2f_class ae2f_WhenC(struct) ae2f_WhenCXX(class) |
| Class.
|
#define | ae2f_var ae2f_WhenCXX(extern "C") |
| Makes the global variable in naming of C. [non-mangling].
|
#define | ae2f_fdef(rtn_t, name, ...) |
| Function definitions.
|
#define | unless(...) |
| Invokes when condition is false.
|
#define | ae2f_structdef_v(key, name, ...) |
#define | ae2f_structdef_n(key, name, ...) |
#define | ae2f_structdef(key, name) |
#define | ae2f_enumdef(name, ...) |
#define | ae2f_tmpldef(...) |
#define | ae2f_tmpluse(...) |
- Author
- ae2f
- Date
- 2025-02-01
- Copyright
- Copyright (c) 2025
Definition in file Cast.h.