Go to the source code of this file.
Macros | |
| #define | GALAXY_UNUSED(var) |
| Pragma.hpp galaxy. | |
| #define | GALAXY_AUTOARG(x) |
| Convenient decltype macro. | |
| #define | GALAXY_DISABLE_WARNING_PUSH GALAXY_PLATFORM_PUSH |
| Macro for windows platform detection. | |
| #define | GALAXY_DISABLE_WARNING_POP GALAXY_PLATFORM_POP |
| #define | GALAXY_DISABLE_WARNING(x) |
| #define GALAXY_UNUSED | ( | var | ) |
Pragma.hpp galaxy.
Refer to LICENSE.txt for more details. Prevents compiler warnings when applied to unused parameters.
Definition at line 14 of file Pragma.hpp.
| #define GALAXY_AUTOARG | ( | x | ) |
| #define GALAXY_DISABLE_WARNING_PUSH GALAXY_PLATFORM_PUSH |
Macro for windows platform detection.
Macro for linux platform detection.
Definition at line 59 of file Pragma.hpp.
| #define GALAXY_DISABLE_WARNING_POP GALAXY_PLATFORM_POP |
Definition at line 60 of file Pragma.hpp.
| #define GALAXY_DISABLE_WARNING | ( | x | ) |
Definition at line 61 of file Pragma.hpp.