Non-casting keywords migrated from Cast.h.
More...
#include "./Cxx.h"
#include "./cc.h"
Go to the source code of this file.
Non-casting keywords migrated from Cast.h.
Definition in file Keys.h.
◆ ae2f_class
Class.
Definition at line 28 of file Keys.h.
◆ ae2f_extern
Suggests the existence of external variable or function, in naming of C. [non-mangling].
Definition at line 25 of file Keys.h.
◆ ae2f_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.
This keyword resolves the difference of the rules of two.
Definition at line 18 of file Keys.h.
◆ ae2f_tmpldef
| #define ae2f_tmpldef |
( |
| a | ) |
|
Value:
Definition at line 36 of file Keys.h.
◆ ae2f_tmpluse
| #define ae2f_tmpluse |
( |
| a | ) |
|
Value:
Definition at line 37 of file Keys.h.
◆ ae2f_var
Makes the global variable in naming of C. [non-mangling].
Definition at line 31 of file Keys.h.
◆ unless
Value:
Invokes when condition is false.
Definition at line 34 of file Keys.h.