![]() |
Shamrock 2025.10.0
Astrophysical Code
|
Provides macros for generating unique identifiers at compile time. More...
Go to the source code of this file.
Macros | |
| #define | sham_CONCAT2(a, b) |
| Utility to concatenate two tokens. | |
| #define | sham_EXPAND2(a, b) |
| Utility to expand a macro with two tokens. | |
| #define | __shamrock_unique_name(base_name) |
Provides macros for generating unique identifiers at compile time.
Definition in file unique_name_macro.hpp.
| #define __shamrock_unique_name | ( | base_name | ) |
Definition at line 32 of file unique_name_macro.hpp.
| #define sham_CONCAT2 | ( | a, | |
| b ) |
| #define sham_EXPAND2 | ( | a, | |
| b ) |
Utility to expand a macro with two tokens.
Definition at line 22 of file unique_name_macro.hpp.