#include "indep/macro/defThis.hpp"Go to the source code of this file.
Macros | |
| #define | BY_ME_2(ME, SUPER) |
| #define | BY_ME_1(ME) |
| #define | BY_ME(...) BY_OVERLOAD(BY_ME, __VA_ARGS__) |
| #define | __BY__DECL_ME_1(ME) BY_ME_1(ME) |
| byeolMeta macro's sub-commands, ME | |
| #define | __BY__DECL_ME_2(ME, SUPER) BY_ME_2(ME, SUPER) |
| #define | __BY__DECL_ME(...) BY_OVERLOAD(__BY__DECL_ME, __VA_ARGS__) |
Class declaration macros for me/super type definitions
| #define BY_ME_1 | ( | ME | ) |
| #define BY_ME_2 | ( | ME, | |
| SUPER ) |