|
The Psyche Project
|
The MacroTranslations class. More...
#include <MacroTranslations.h>
The MacroTranslations class.
| MacroTranslations::MacroTranslations | ( | ) |
Create MacroTranslations.
| MacroTranslations & MacroTranslations::enable_Translate_alignas_AsKeyword | ( | bool | expand | ) |
Whether to translate macro alignas as _Alignas. From header <stdalign.h>.
| MacroTranslations & MacroTranslations::enable_Translate_alignof_AsKeyword | ( | bool | expand | ) |
Whether to translate macro alignof as _Alignof. From header <stdalign.h>.
| MacroTranslations & MacroTranslations::enable_Translate_bool_AsKeyword | ( | bool | expand | ) |
Whether to translate macro bool as _Bool. From header <stdbool.h>.
| MacroTranslations & MacroTranslations::enable_Translate_complex_AsKeyword | ( | bool | expand | ) |
Whether to translate macro complex as _Complex. From header <complex.h>.
| MacroTranslations & MacroTranslations::enable_Translate_offsetof_AsKeyword | ( | bool | expand | ) |
Whether to translate macro offsetof as an internal builtin. From header <stddef.h>
| MacroTranslations & MacroTranslations::enable_Translate_operatorNames | ( | bool | expand | ) |
Whether to translate operators names. From header <iso646.h>.
| MacroTranslations & MacroTranslations::enable_Translate_static_assert_AsKeyword | ( | bool | expand | ) |
Whether to translate macro static_assert as _Static_assert. From header <assert.h>.
| MacroTranslations & MacroTranslations::enable_Translate_thread_local_AsKeyword | ( | bool | expand | ) |
Whether to translate macro thread_local as _Thread_local. From header <threads.h>.
| MacroTranslations & MacroTranslations::enable_Translate_va_arg_AsKeyword | ( | bool | expand | ) |
Whether to translate macro va_arg as an internal builtin. From header <stdarg.h>.
| bool MacroTranslations::isEnabled_Translate_alignas_AsKeyword | ( | ) | const |
Whether to translate macro alignas as _Alignas. From header <stdalign.h>.
| bool MacroTranslations::isEnabled_Translate_alignof_AsKeyword | ( | ) | const |
Whether to translate macro alignof as _Alignof. From header <stdalign.h>.
| bool MacroTranslations::isEnabled_Translate_bool_AsKeyword | ( | ) | const |
Whether to translate macro bool as _Bool. From header <stdbool.h>.
| bool MacroTranslations::isEnabled_Translate_complex_AsKeyword | ( | ) | const |
Whether to translate macro complex as _Complex. From header <complex.h>.
| bool MacroTranslations::isEnabled_Translate_offsetof_AsKeyword | ( | ) | const |
Whether to translate macro offsetof as an internal builtin. From header <stddef.h>
| bool MacroTranslations::isEnabled_Translate_operatorNames | ( | ) | const |
Whether to translate operators names. From header <iso646.h>.
| bool MacroTranslations::isEnabled_Translate_static_assert_AsKeyword | ( | ) | const |
Whether to translate macro static_assert as _Static_assert. From header <assert.h>.
| bool MacroTranslations::isEnabled_Translate_thread_local_AsKeyword | ( | ) | const |
Whether to translate macro thread_local as _Thread_local. From header <threads.h>.
| bool MacroTranslations::isEnabled_Translate_va_arg_AsKeyword | ( | ) | const |
Whether to translate macro va_arg as an internal builtin. From header <stdarg.h>.
1.8.18